Searched refs:glDrawTexsvOES (Results 1 – 8 of 8) sorted by relevance
62 glDrawTexsvOES
69 glDrawTexsvOES
721 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in MatrixTrackingGL722 mgl11Ext.glDrawTexsvOES(coords, offset); in glDrawTexsvOES()725 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in MatrixTrackingGL726 mgl11Ext.glDrawTexsvOES(coords); in glDrawTexsvOES()
485 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);