Home
last modified time | relevance | path

Searched defs:glDrawTexivOES (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp217 void (*glDrawTexivOES)(const GLint *coords); member in LibGLES_CMexports
Dmain.cpp1395 GL_API void GL_APIENTRY glDrawTexivOES(const GLint *coords) in glDrawTexivOES() function
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java1098 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in GLErrorLogger.ErrorLoggingGL
1105 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in GLErrorLogger.ErrorLoggingGL