Home
last modified time | relevance | path

Searched refs:glDrawTexxvOES (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def204 glDrawTexxvOES
DlibGLES_CM.lds205 glDrawTexxvOES;
DlibGLES_CM.hpp218 void (*glDrawTexxvOES)(const GLfixed *coords); member in LibGLES_CMexports
Dmain.cpp1400 GL_API void GL_APIENTRY glDrawTexxvOES(const GLfixed *coords) in glDrawTexxvOES() function
1591 this->glDrawTexxvOES = es1::DrawTexxvOES; in LibGLES_CMexports()
DlibGLES_CM.cpp4773 FUNCTION(glDrawTexxvOES), in es1GetProcAddress()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java1138 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES() method in GLErrorLogger.ErrorLoggingGL
1139 ((GL11Ext)mGL).glDrawTexxvOES(coords); in glDrawTexxvOES()
1145 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() method in GLErrorLogger.ErrorLoggingGL
1146 ((GL11Ext)mGL).glDrawTexxvOES(coords, offset); in glDrawTexxvOES()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl896 "glDrawTexxvOES",
/external/mesa3d/include/GLES/
Dglext.h145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/external/swiftshader/include/GLES/
Dglext.h149 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dglext.h617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);