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

1 2 3 4 5 6 7 8 91011

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 52 ES2F_ADD_API_CASE(scissor, "Invalid glScissor() usage",
55 glScissor(0, 0, -1, 0);
57 glScissor(0, 0, 0, -1);
59 glScissor(0, 0, -1, -1);
  /external/deqp/modules/egl/
teglGLES1RenderUtil.cpp 44 glScissor(x, y, width, height);
teglGLES2RenderUtil.cpp 48 glScissor(x, y, width, height);
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 247 glScissor(0, 0, 200, 200);
344 glScissor(0, 0, width, lineWidth);
346 glScissor(0, height - lineWidth, width, lineWidth);
348 glScissor(0, 0, lineWidth, height);
350 glScissor(width - lineWidth, 0, lineWidth, height);
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL_test.cpp 98 glScissor(4, 4, 4, 4);
102 glScissor(24, 48, 4, 4);
106 glScissor(37, 17, 4, 4);
345 glScissor(4, 4, 1, 1);
406 glScissor(24, 4, 1, 1);
467 glScissor(24, 4, 1, 1);
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 52 ES3F_ADD_API_CASE(scissor, "Invalid glScissor() usage",
55 glScissor(0, 0, -1, 0);
57 glScissor(0, 0, 0, -1);
59 glScissor(0, 0, -1, -1);
es3fOcclusionQueryTests.cpp 264 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
307 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
335 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 107 {"glScissor", (void*)glScissor},
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 49 ctx.glScissor(0, 0, -1, 0);
51 ctx.glScissor(0, 0, 0, -1);
53 ctx.glScissor(0, 0, -1, -1);
383 {scissor, "scissor", "Invalid glScissor() usage" },
  /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},
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 161 LOAD_GL_FUNC(glScissor);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 100 { "glScissor", (deFunctionPtr)glScissor },
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 448 glScissor(4 + d, 4 + d, 4, 4);
452 glScissor(24 + d, 48 + d, 4, 4);
456 glScissor(37 + d, 17 + d, 4, 4);
828 glScissor(4, 4, 4, 4);
832 glScissor(24, 48, 4, 4);
836 glScissor(37, 17, 4, 4);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 100 gl->scissor = &glScissor;
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 83 functions->fScissor = glScissor;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 72 functions->fScissor = glScissor;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 72 functions->fScissor = glScissor;
  /frameworks/native/opengl/tests/filter/
filter.cpp 162 glScissor(0,dim,dim,h-dim);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 348 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
627 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 113 #define glScissor GLES2_GET_FUN(Scissor)
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 89 functions->fScissor = glScissor;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 89 functions->fScissor = glScissor;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 148 glScissor_t glScissor;

Completed in 667 milliseconds

1 2 3 4 5 6 7 8 91011