Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in195 API_ENTRY(glDrawTexfvOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h178 glDrawTexfvOES_t glDrawTexfvOES; member
DGLDispatch.cpp195 s_gl.glDrawTexfvOES = (glDrawTexfvOES_t) s_gles_lib->findSymbol("glDrawTexfvOES"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib377 #void glDrawTexfvOES(GLfloat *coords)
378 glDrawTexfvOES
Dgl.in180 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java119 glDrawTexfvOES(88, 88), enumConstant
716 case 88: return glDrawTexfvOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp154 …lesExtensions)["glDrawTexfvOES"] = (__translatorMustCastToProperFunctionPointerType)glDrawTexfvOES; in getProcAddress()
2349 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords) { in glDrawTexfvOES() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in131 void, glDrawTexfvOES, const GLfloat* coords