Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def206 glDrawTexfvOES
DlibGLES_CM.lds207 glDrawTexfvOES;
DlibGLES_CM.hpp220 void (*glDrawTexfvOES)(const GLfloat *coords); member in LibGLES_CMexports
Dmain.cpp1410 GL_API void GL_APIENTRY glDrawTexfvOES(const GLfloat *coords) in glDrawTexfvOES() function
1593 this->glDrawTexfvOES = es1::DrawTexfvOES; in LibGLES_CMexports()
DlibGLES_CM.cpp4767 FUNCTION(glDrawTexfvOES), in es1GetProcAddress()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java1083 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorLogger.ErrorLoggingGL
1084 ((GL11Ext)mGL).glDrawTexfvOES(coords); in glDrawTexfvOES()
1088 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorLogger.ErrorLoggingGL
1089 ((GL11Ext)mGL).glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl890 "glDrawTexfvOES",
/external/mesa3d/include/GLES/
Dglext.h147 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/external/swiftshader/include/GLES/
Dglext.h151 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dglext.h619 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);