Searched defs:compileShader (Results 1 – 6 of 6) sorted by relevance
65 GLuint GenericProgram::compileShader(GLuint type, string src) const { in compileShader() function in android::renderengine::gl::GenericProgram
186 private static int compileShader(int shaderType, String shaderSource) { in compileShader() method in GLHelper
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
694 GLuint compileShader(GLenum shaderType, const GLchar *source) { in compileShader() function