Searched refs:glFlush (Results 1 - 24 of 24) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl_c.h62 void (*glFlush)(void); member in struct:SDL_PrivateGLData
H A DSDL_atarigl.c170 this->gl_data->glFlush = SDL_LoadFunction(handle, "glFlush");
176 /* We need either glFinish (OSMesa) or glFlush (TinyGL) */
178 (this->gl_data->glFlush == NULL)) {
360 } else if (this->gl_data->glFlush) {
361 this->gl_data->glFlush();
383 this->gl_data->glFlush = glFlush;
/external/skia/src/gpu/android/
H A DGrGLCreateNativeInterface_android.cpp52 interface->fFlush = glFlush;
/external/quake/quake/src/WinQuake/
H A Dglquake.h356 #define glFlush(...) do { glFlush(__VA_ARGS__); GLCHECK("glFlush");} while(0) macro
H A Dgl_vidlinux.cpp361 glFlush();
H A Dgl_vidlinuxglx.cpp632 glFlush();
/external/quake/quake/src/QW/client/
H A Dgl_vidandroid.c203 glFlush();
H A Dgl_vidlinux.c352 glFlush();
H A Dgl_vidlinux_svga.c382 glFlush();
H A Dgl_vidlinux_x11.c576 glFlush();
H A Dgl_vidlinuxglx.c524 glFlush();
/external/skia/src/gpu/unix/
H A DGrGLCreateNativeInterface_unix.cpp72 interface->fFlush = glFlush;
/external/skia/src/gpu/win/
H A DGrGLCreateNativeInterface_win.cpp59 interface->fFlush = glFlush;
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c346 DEF(glFlush),
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp86 interface->fFlush = glFlush;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp317 ::glFlush();
646 ::glFlush();
853 // FIXME: remove the two glFlush calls when the driver bug is fixed, i.e.,
856 ::glFlush();
862 ::glFlush();
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java240 public void glFlush() { method in class:GLErrorLogger.ErrorLoggingGL
241 ((GL10)mGL).glFlush();
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c1580 this->glFlush();
1598 this->glFlush();
H A DSDL_glfuncs.h96 SDL_PROC(void,glFlush,(void))
/external/mesa3d/include/GLES2/
H A Dgl2.h519 GL_APICALL void GL_APIENTRY glFlush (void);
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h519 GL_APICALL void GL_APIENTRY glFlush (void);
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1572 glFlush();
1601 glFlush();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp532 glFlush();
924 glFlush();
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp1891 void __stdcall glFlush(void) function

Completed in 363 milliseconds