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

1 2 3 4 5 6 7 8

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 73 glScissor,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 107 {"glScissor", (void*)glScissor},
gl2_client_context.h 107 glScissor_client_proc_t glScissor;
316 virtual glScissor_client_proc_t set_glScissor(glScissor_client_proc_t f) { glScissor_client_proc_t retval = glScissor; glScissor = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 135 {"glScissor", (void*)glScissor},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 145 {"glScissor", (void *)glScissor},
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 72 interface->fScissor = glScissor;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 161 LOAD_GL_FUNC(glScissor);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 451 glScissor(4 + d, 4 + d, 4, 4);
455 glScissor(24 + d, 48 + d, 4, 4);
459 glScissor(37 + d, 17 + d, 4, 4);
831 glScissor(4, 4, 4, 4);
835 glScissor(24, 48, 4, 4);
839 glScissor(37, 17, 4, 4);
    [all...]
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 530 glScissor(x, y, thumbnail_size_.width(), thumbnail_size_.height());
534 glScissor(0, 0, width, height);
550 glScissor(0, 0, width, height);
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 231 glScissor(
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 81 interface->fScissor = glScissor;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 73 interface->fScissor = glScissor;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 81 interface->fScissor = glScissor;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 73 interface->fScissor = glScissor;
  /frameworks/native/opengl/tests/filter/
filter.cpp 160 glScissor(0,dim,dim,h-dim);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 188 glScissor(left, bottom, right, top);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 337 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
531 glScissor(r.left, mHeight - r.bottom,
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 399 GLES20.glScissor(startX, startY, mWidth / 16, mHeight / 4);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 111 #define glScissor GLES2_GET_FUN(Scissor)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 126 interface->fScissor = glScissor;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 126 interface->fScissor = glScissor;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 148 glScissor_t glScissor;
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 613 &glScissor,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 613 &glScissor,

Completed in 397 milliseconds

1 2 3 4 5 6 7 8