Searched refs:glFlush (Results 1 – 15 of 15) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 96 LOAD_GL_FUNC(glFlush); in dispatchFuncs()
|
D | GLDispatch.h | 73 void (GLAPIENTRY *glFlush) (void);
|
D | GLEScmImp.cpp | 61 flush :(FUNCPTR)glFlush, 623 GL_API void GL_APIENTRY glFlush( void) { in glFlush() function 625 ctx->dispatcher().glFlush(); in glFlush()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 95 glFlush_t glFlush; member
|
D | GLDispatch.cpp | 112 s_gl.glFlush = (glFlush_t) s_gles_lib->findSymbol("glFlush"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 99 void (GLAPIENTRY *GLDispatch::glFlush)() = NULL; 335 LOAD_GL_FUNC(glFlush); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 667 GL_API void GL_APIENTRY glFlush (void);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 64 static void (GLAPIENTRY *glFlush) (void);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 519 GL_APICALL void GL_APIENTRY glFlush (void);
|
/sdk/emulator/opengl/host/tools/emugen/ |
D | README | 128 XXX(void, glFlush, void)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 58 flush :(FUNCPTR)glFlush, 637 GL_APICALL void GL_APIENTRY glFlush(void){ in glFlush() function 639 ctx->dispatcher().glFlush(); in glFlush()
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 46 GL_ENTRY(void, glFlush, void)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 148 glFlush(117, 117), enumConstant 641 case 117: return glFlush; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 72 GL_ENTRY(void, glFlush, void)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 135 void, glFlush, void
|