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

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 62 void (*glFlush)(void);
  /frameworks/native/opengl/libagl/
state.cpp 315 void glFlush()
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 73 void (GLAPIENTRY *glFlush) (void);
GLEScmImp.cpp 61 flush :(FUNCPTR)glFlush,
623 GL_API void GL_APIENTRY glFlush( void) {
625 ctx->dispatcher().glFlush();
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 228 public void glFlush() {
229 mgl.glFlush();
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 54 void glFlush();
500 void glFlush()
503 ctx->glFlush(ctx);
    [all...]
gl2_client_context.h 56 glFlush_client_proc_t glFlush;
265 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 356 #define glFlush(...) do { glFlush(__VA_ARGS__); GLCHECK("glFlush");} while(0)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 240 public void glFlush() {
241 ((GL10)mGL).glFlush();
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 374 // C function void glFlush ( void )
376 public native void glFlush(
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 225 public void glFlush(
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 58 flush :(FUNCPTR)glFlush,
637 GL_APICALL void GL_APIENTRY glFlush(void){
639 ctx->dispatcher().glFlush();
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 99 void (GLAPIENTRY *GLDispatch::glFlush)() = NULL;
335 LOAD_GL_FUNC(glFlush);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 64 static void (GLAPIENTRY *glFlush) (void);
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 285 public void glFlush() {
287 mgl.glFlush();
    [all...]
GLLogWrapper.java     [all...]
GLES10.java 560 // C function void glFlush ( void )
562 public static native void glFlush(
    [all...]
GLES20.java     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 80 void glFlush();
737 void glFlush()
740 ctx->glFlush(ctx);
    [all...]
gl_client_context.h 82 glFlush_client_proc_t glFlush;
374 virtual glFlush_client_proc_t set_glFlush(glFlush_client_proc_t f) { glFlush_client_proc_t retval = glFlush; glFlush = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 416 void glFlush()
418 getDispatch()->glFlush();
    [all...]
gles_dispatch.h 95 glFlush_t glFlush;
367 glFlush_t set_glFlush(glFlush_t f) { glFlush_t retval = glFlush; glFlush = f; return retval;}
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 95 glFlush_t glFlush;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 457 void glFlush(

Completed in 331 milliseconds

1 2