Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in175 API_ENTRY(glDrawTexiOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h172 glDrawTexiOES_t glDrawTexiOES; member
DGLDispatch.cpp189 s_gl.glDrawTexiOES = (glDrawTexiOES_t) s_gles_lib->findSymbol("glDrawTexiOES"); in init_gl_dispatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java120 glDrawTexiOES(89, 89), enumConstant
613 case 89: return glDrawTexiOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp149 …_glesExtensions)["glDrawTexiOES"] = (__translatorMustCastToProperFunctionPointerType)glDrawTexiOES; in getProcAddress()
2331 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height) { in glDrawTexiOES() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in106 void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height