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

1 2 3 4 5 6

  /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},
gl_client_context.h 135 glScissor_client_proc_t glScissor;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 145 {"glScissor", (void *)glScissor},
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 161 LOAD_GL_FUNC(glScissor);
GLDispatch.h 138 void (GLAPIENTRY *glScissor) (GLint x, GLint y, GLsizei width, GLsizei height);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 449 glScissor(4 + d, 4 + d, 4, 4);
453 glScissor(24 + d, 48 + d, 4, 4);
457 glScissor(37 + d, 17 + d, 4, 4);
829 glScissor(4, 4, 4, 4);
833 glScissor(24, 48, 4, 4);
837 glScissor(37, 17, 4, 4);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 409 #define glScissor(...) do { glScissor(__VA_ARGS__); GLCHECK("glScissor");} while(0)
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 71 interface->fScissor = glScissor;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 71 interface->fScissor = glScissor;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 115 interface->fScissor = glScissor;
  /frameworks/native/opengl/tests/filter/
filter.cpp 160 glScissor(0,dim,dim,h-dim);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 337 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
531 glScissor(r.left, mHeight - r.bottom,
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 79 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/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 111 interface->fScissor = glScissor;
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 478 glScissor(rect.x(), rect.y(), rect.width(), rect.height());
  /frameworks/base/libs/hwui/
Caches.cpp 466 glScissor(x, y, width, height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 573 public void glScissor(int x, int y, int width, int height) {
574 mgl.glScissor(x, y, width, height);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 324 glScissor = 298;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 89 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
GLES20.spec 98 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )

Completed in 771 milliseconds

1 2 3 4 5 6