HomeSort by relevance Sort by last modified time
    Searched refs:glFlush (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/platform/graphics/android/
SharedTexture.cpp 193 glFlush();
242 glFlush();
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 62 void (*glFlush)(void);
SDL_atarigl.c 170 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;
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 96 LOAD_GL_FUNC(glFlush);
GLDispatch.h 73 void (GLAPIENTRY *glFlush) (void);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 92 {"glFlush", (void *)glFlush},