Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:GetAttachedShaders

224 void GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
756 return es2::GetAttachedShaders(program, maxcount, count, shaders);
1407 this->glGetAttachedShaders = es2::GetAttachedShaders;