Searched defs:createShader (Results 1 – 3 of 3) sorted by relevance
104 GLuint GLSnapshotState::createShader(GLuint shader, GLenum shaderType) { in createShader() function in gfxstream::gl::snapshot::GLSnapshotState
36 GLuint createShader(GLint shaderType, const char* shaderText) { in createShader() function
164 static GLuint createShader(GLenum type, std::initializer_list<const char*> source) { in createShader() function