Searched refs:glDrawTexxOES (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 201 glDrawTexxOES
|
D | libGLES_CM.lds | 202 glDrawTexxOES;
|
D | libGLES_CM.hpp | 215 void (*glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); member in LibGLES_CMexports
|
D | main.cpp | 1385 GL_API void GL_APIENTRY glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heigh… in glDrawTexxOES() function 1588 this->glDrawTexxOES = es1::DrawTexxOES; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4772 FUNCTION(glDrawTexxOES), in es1GetProcAddress()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 1133 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLErrorLogger.ErrorLoggingGL 1134 ((GL11Ext)mGL).glDrawTexxOES( x, y, z, width, height); in glDrawTexxOES()
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 895 "glDrawTexxOES",
|
/external/mesa3d/include/GLES/ |
D | glext.h | 142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|
/external/swiftshader/include/GLES/ |
D | glext.h | 146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | glext.h | 614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|