Home
last modified time | relevance | path

Searched refs:VERTEX_SHADER_SOURCE (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp119 static const char VERTEX_SHADER_SOURCE[] = R"( variable
729 GLuint vertexShader = compileShader(GL_VERTEX_SHADER, (const GLchar *)VERTEX_SHADER_SOURCE); in initShaders()