Searched refs:glDrawTexivOES (Results 1 – 8 of 8) sorted by relevance
60 glDrawTexivOES
67 glDrawTexivOES
708 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in MatrixTrackingGL709 mgl11Ext.glDrawTexivOES(coords, offset); in glDrawTexivOES()712 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in MatrixTrackingGL713 mgl11Ext.glDrawTexivOES(coords); in glDrawTexivOES()
486 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);