Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:TexCoordPointer

300 void TexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
1270 return es1::TexCoordPointer(size, type, stride, pointer);
1565 this->glTexCoordPointer = es1::TexCoordPointer;