Searched refs:glDrawTexfOES (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 205 glDrawTexfOES
|
D | libGLES_CM.lds | 206 glDrawTexfOES;
|
D | libGLES_CM.hpp | 219 void (*glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); member in LibGLES_CMexports
|
D | main.cpp | 1405 GL_API void GL_APIENTRY glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heigh… in glDrawTexfOES() function 1592 this->glDrawTexfOES = es1::DrawTexfOES; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4766 FUNCTION(glDrawTexfOES), in es1GetProcAddress()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 138 ((GL11Ext) gl).glDrawTexfOES(snappedX * scaleX, snappedY * scaleY, in draw()
|
D | GLErrorLogger.java | 1076 public void glDrawTexfOES(float x, float y, float z, float width, in glDrawTexfOES() method in GLErrorLogger.ErrorLoggingGL 1078 ((GL11Ext)mGL).glDrawTexfOES( x, y, z, width, in glDrawTexfOES()
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 889 "glDrawTexfOES",
|
/external/mesa3d/include/GLES/ |
D | glext.h | 146 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|
/external/swiftshader/include/GLES/ |
D | glext.h | 150 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | glext.h | 618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|