Home
last modified time | relevance | path

Searched refs:glDrawTexfOES (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in179 API_ENTRY(glDrawTexfOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h177 glDrawTexfOES_t glDrawTexfOES; member
DGLDispatch.cpp194 s_gl.glDrawTexfOES = (glDrawTexfOES_t) s_gles_lib->findSymbol("glDrawTexfOES"); in init_gl_dispatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java118 glDrawTexfOES(87, 87), enumConstant
611 case 87: return glDrawTexfOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h514 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in179 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp150 …_glesExtensions)["glDrawTexfOES"] = (__translatorMustCastToProperFunctionPointerType)glDrawTexfOES; in getProcAddress()
2335 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig… in glDrawTexfOES() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in104 void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height