Searched defs:compileShader (Results 1 – 5 of 5) sorted by relevance
65 GLuint GenericProgram::compileShader(GLuint type, string src) const { in compileShader() function in android::renderengine::gl::GenericProgram
137 status_t Program::compileShader(GLenum shaderType, const char* src, in compileShader() function in Program
288 static bool compileShader(GLenum shaderType, const char* src, in compileShader() function
748 GLuint compileShader(GLenum shaderType, const GLchar *source) { in compileShader() function