Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def202 glDrawTexsvOES
DlibGLES_CM.lds203 glDrawTexsvOES;
DlibGLES_CM.hpp216 void (*glDrawTexsvOES)(const GLshort *coords); member in LibGLES_CMexports
Dmain.cpp1390 GL_API void GL_APIENTRY glDrawTexsvOES(const GLshort *coords) in glDrawTexsvOES() function
1589 this->glDrawTexsvOES = es1::DrawTexsvOES; in LibGLES_CMexports()
DlibGLES_CM.cpp4771 FUNCTION(glDrawTexsvOES), in es1GetProcAddress()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java1119 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in GLErrorLogger.ErrorLoggingGL
1120 ((GL11Ext)mGL).glDrawTexsvOES(coords); in glDrawTexsvOES()
1126 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in GLErrorLogger.ErrorLoggingGL
1127 ((GL11Ext)mGL).glDrawTexsvOES(coords, offset); in glDrawTexsvOES()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl894 "glDrawTexsvOES",
/external/mesa3d/include/GLES/
Dglext.h143 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/external/swiftshader/include/GLES/
Dglext.h147 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dglext.h615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);