HomeSort by relevance Sort by last modified time
    Searched refs:glFinish (Results 26 - 50 of 201) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 147 timer.start("glFinish " + message);
148 GLES20.glFinish();
149 timer.stop("glFinish " + message);
  /frameworks/native/opengl/tests/filter/
filter.cpp 184 glFinish();
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.cc 217 TRACE_EVENT0("gpu", "glFinish creation");
218 glFinish();
224 // This glFinish is just a safe-guard for if uploads have some
229 TRACE_EVENT0("gpu", "glFinish");
230 glFinish();
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 58 #define glFinish GLES2_GET_FUN(Finish)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 88 interface->fFinish = glFinish;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 88 interface->fFinish = glFinish;
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 84 ctx->glFinish();
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 94 glFinish_t glFinish;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 55 glFinish_client_proc_t glFinish;
264 virtual glFinish_client_proc_t set_glFinish(glFinish_client_proc_t f) { glFinish_client_proc_t retval = glFinish; glFinish = f; return retval;}
    [all...]
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 262 GLES20.glFinish();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 653 &glFinish,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 653 &glFinish,
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 105 glFinish();
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 105 glFinish();
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 105 glFinish();
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 72 void (GLAPIENTRY *glFinish) (void);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 224 public void glFinish() {
225 mgl.glFinish();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 142 glFinish = 116;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 33 void glFinish ( void )
GLES20.spec 46 void glFinish ( void )
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 81 glFinish_client_proc_t glFinish;
373 virtual glFinish_client_proc_t set_glFinish(glFinish_client_proc_t f) { glFinish_client_proc_t retval = glFinish; glFinish = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 94 glFinish_t glFinish;
366 glFinish_t set_glFinish(glFinish_t f) { glFinish_t retval = glFinish; glFinish = f; return retval;}
    [all...]
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 424 GLES20.glFinish();
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 555 // C function void glFinish ( void )
557 public static native void glFinish(
    [all...]

Completed in 1743 milliseconds

12 3 4 5 6 7 8 9