Searched refs:compileShader (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 117 err = compileShader(GL_VERTEX_SHADER, vertexShader, &vs); in createProgram() 121 err = compileShader(GL_FRAGMENT_SHADER, fragmentShader, &fs); in createProgram() 137 status_t Program::compileShader(GLenum shaderType, const char* src, in compileShader() function in Program
|
D | Program.h | 78 static status_t compileShader(GLenum shaderType, const char* src,
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 304 static bool compileShader(GLenum shaderType, const char* src, in compileShader() function 364 bool result = compileShader(shaderType, src, outShader); in compileShaderLines()
|