Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:GetActiveAttrib

222 void GetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
746 return es2::GetActiveAttrib(program, index, bufsize, length, size, type, name);
1405 this->glGetActiveAttrib = es2::GetActiveAttrib;