HomeSort by relevance Sort by last modified time
    Searched refs:glFlush (Results 51 - 75 of 211) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 47 void glFlush ( void )
  /device/generic/goldfish/opengl/system/GLESv1_enc/
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_dispatch.h 95 glFlush_t glFlush;
367 glFlush_t set_glFlush(glFlush_t f) { glFlush_t retval = glFlush; glFlush = f; return retval;}
    [all...]
gles.cpp 416 void glFlush()
418 getDispatch()->glFlush();
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 62 interface->fFlush = glFlush;
276 interface->fFlush = (GrGLFlushProc) eglGetProcAddress("glFlush");
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 62 interface->fFlush = glFlush;
276 interface->fFlush = (GrGLFlushProc) eglGetProcAddress("glFlush");
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 560 // C function void glFlush ( void )
562 public static native void glFlush(
    [all...]
GLErrorWrapper.java 285 public void glFlush() {
287 mgl.glFlush();
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 457 void glFlush(
  /frameworks/native/opengl/libagl/
state.cpp 315 void glFlush()
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 535 #define glFlush GLES2_GET_FUN(Flush)
684 GL_APICALL void GL_APIENTRY glFlush (void);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 240 public void glFlush() {
241 ((GL10)mGL).glFlush();
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 99 void (GLAPIENTRY *GLDispatch::glFlush)() = NULL;
335 LOAD_GL_FUNC(glFlush);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 54 void glFlush();
500 void glFlush()
503 ctx->glFlush(ctx);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 667 GL_API void GL_APIENTRY glFlush (void);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 519 GL_APICALL void GL_APIENTRY glFlush (void);
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 519 GL_APICALL void GL_APIENTRY glFlush (void);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 519 GL_APICALL void GL_APIENTRY glFlush (void);
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 667 GL_API void GL_APIENTRY glFlush (void);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 519 GL_APICALL void GL_APIENTRY glFlush (void);
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 224 glFlush();
  /external/mesa3d/include/GLES/
gl.h 667 GL_API void GL_APIENTRY glFlush (void);
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 519 GL_APICALL void GL_APIENTRY glFlush (void);

Completed in 1481 milliseconds

1 23 4 5 6 7 8 9