Searched refs:glDrawTexiOES (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | ClientAPIExts.in | 175 API_ENTRY(glDrawTexiOES,
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 172 glDrawTexiOES_t glDrawTexiOES; member
|
D | GLDispatch.cpp | 189 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/ |
D | GLProtoBuf.java | 120 glDrawTexiOES(89, 89), enumConstant 613 case 89: return glDrawTexiOES; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | glext.h | 509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 149 …_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/ |
D | entries.in | 106 void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height
|