Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DProgram.cpp117 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
DProgram.h78 static status_t compileShader(GLenum shaderType, const char* src,
/frameworks/native/cmds/flatland/
DGLHelper.cpp304 static bool compileShader(GLenum shaderType, const char* src, in compileShader() function
364 bool result = compileShader(shaderType, src, outShader); in compileShaderLines()