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

1 2 3 4

  /frameworks/native/opengl/libagl/
state.cpp 315 void glFlush()
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 338 GLES20.glFlush();
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 85 void (*glFlush)(void);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 228 public void glFlush() {
229 mgl.glFlush();
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 240 public void glFlush() {
241 ((GL10)mGL).glFlush();
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 94 void (*glFlush)(void);
main.cpp 788 GL_API void GL_APIENTRY glFlush(void)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 535 GL_APICALL void GL_APIENTRY glFlush(void)
    [all...]
libGLESv2.hpp 102 void (*glFlush)(void);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 374 // C function void glFlush ( void )
376 public native void glFlush(
    [all...]
  /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_client_context.h 84 glFlush_client_proc_t glFlush;
gl_entry.cpp 79 void glFlush();
735 void glFlush()
738 ctx->glFlush(ctx);
    [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...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 58 glFlush_client_proc_t glFlush;
gl2_entry.cpp 53 void glFlush();
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 457 void glFlush(
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 266 #define glFlush wrap_glFlush
    [all...]
gles_undefine.h 265 #undef glFlush

Completed in 112 milliseconds

1 2 3 4