Searched defs:compileShader (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DProgram.cpp117 err = compileShader(GL_VERTEX_SHADER, vertexShader, &vs);
121 err = compileShader(GL_FRAGMENT_SHADER, fragmentShader, &fs);
137 status_t Program::compileShader(GLenum shaderType, const char* src, function in class:Program
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp304 static bool compileShader(GLenum shaderType, const char* src, function in namespace:android
364 bool result = compileShader(shaderType, src, outShader);

Completed in 1501 milliseconds