Searched refs:glDrawTexsvOES (Results 1 – 10 of 10) sorted by relevance
202 glDrawTexsvOES
203 glDrawTexsvOES;
216 void (*glDrawTexsvOES)(const GLshort *coords); member in LibGLES_CMexports
1390 GL_API void GL_APIENTRY glDrawTexsvOES(const GLshort *coords) in glDrawTexsvOES() function1589 this->glDrawTexsvOES = es1::DrawTexsvOES; in LibGLES_CMexports()
4771 FUNCTION(glDrawTexsvOES), in es1GetProcAddress()
1119 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in GLErrorLogger.ErrorLoggingGL1120 ((GL11Ext)mGL).glDrawTexsvOES(coords); in glDrawTexsvOES()1126 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in GLErrorLogger.ErrorLoggingGL1127 ((GL11Ext)mGL).glDrawTexsvOES(coords, offset); in glDrawTexsvOES()
894 "glDrawTexsvOES",
143 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
147 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);