Searched defs:shaderType (Results 1 – 2 of 2) sorted by relevance
47 static GLuint load_shader(GLenum shaderType, const char *src) { in load_shader()
418 void GLSurface::loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { in loadShader()