Home
last modified time | relevance | path

Searched refs:glFlush (Results 1 – 15 of 15) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp96 LOAD_GL_FUNC(glFlush); in dispatchFuncs()
DGLDispatch.h73 void (GLAPIENTRY *glFlush) (void);
DGLEScmImp.cpp61 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/
DGLDispatch.h95 glFlush_t glFlush; member
DGLDispatch.cpp112 s_gl.glFlush = (glFlush_t) s_gles_lib->findSymbol("glFlush"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp99 void (GLAPIENTRY *GLDispatch::glFlush)() = NULL;
335 LOAD_GL_FUNC(glFlush); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h667 GL_API void GL_APIENTRY glFlush (void);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h64 static void (GLAPIENTRY *glFlush) (void);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h519 GL_APICALL void GL_APIENTRY glFlush (void);
/sdk/emulator/opengl/host/tools/emugen/
DREADME128 XXX(void, glFlush, void)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp58 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/
Dgl2.in46 GL_ENTRY(void, glFlush, void)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java148 glFlush(117, 117), enumConstant
641 case 117: return glFlush; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in72 GL_ENTRY(void, glFlush, void)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in135 void, glFlush, void