Searched refs:glDrawTexfvOES (Results 1 – 3 of 3) sorted by relevance
1083 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorLogger.ErrorLoggingGL1084 ((GL11Ext)mGL).glDrawTexfvOES(coords); in glDrawTexfvOES()1088 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorLogger.ErrorLoggingGL1089 ((GL11Ext)mGL).glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);