/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 55 glScissor(0, 0, -1, 0); in init() 57 glScissor(0, 0, 0, -1); in init() 59 glScissor(0, 0, -1, -1); in init()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.color_clear.txt | 26 + glScissor() effect on color buffer clears 28 + Combined glScissor() and glColorMask() effect
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 55 glScissor(0, 0, -1, 0); in init() 57 glScissor(0, 0, 0, -1); in init() 59 glScissor(0, 0, -1, -1); in init()
|
D | es3fOcclusionQueryTests.cpp | 264 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH); in iterate() 307 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH); in iterate() 335 glScissor (scissorBoxX, scissorBoxY, scissorBoxW, scissorBoxH); in iterate()
|
/external/angle/src/tests/gl_tests/ |
D | DepthStencilFormatsTest.cpp | 338 glScissor(0, 0, 1, 1); in depthStencilReadbackCase() 342 glScissor(1, 0, 1, 1); in depthStencilReadbackCase() 346 glScissor(0, 1, 1, 1); in depthStencilReadbackCase() 350 glScissor(1, 1, 1, 1); in depthStencilReadbackCase() 665 glScissor(0, 0, 1, 1); in TEST_P() 668 glScissor(1, 0, 1, 1); in TEST_P() 671 glScissor(0, 1, 1, 1); in TEST_P() 674 glScissor(1, 1, 1, 1); in TEST_P()
|
D | DepthStencilTest.cpp | 200 glScissor(whalf / 2, hhalf / 2, whalf, hhalf); in prepareSingleEmulatedWithPacked() 221 glScissor(whalf, 0, whalf, h); in prepareSingleEmulatedWithPacked()
|
D | ViewportTest.cpp | 45 glScissor(0, getWindowHeight() / 2, getWindowWidth(), getWindowHeight() / 2); in runScissoredTest() 140 glScissor(0, 0, getWindowWidth(), getWindowHeight()); in testSetUp()
|
D | BlitFramebufferANGLETest.cpp | 469 glScissor(getWindowWidth() / 2, 0, getWindowWidth() / 2, getWindowHeight()); in TEST_P() 506 glScissor(getWindowWidth() / 2, 0, getWindowWidth() / 2, getWindowHeight()); in TEST_P() 605 glScissor(0, 0, getWindowWidth(), getWindowHeight() / 2); in TEST_P() 612 glScissor(0, getWindowHeight() / 2, getWindowWidth(), getWindowHeight() / 2); in TEST_P() 658 glScissor(0, 0, getWindowWidth(), getWindowHeight() / 2); in TEST_P() 665 glScissor(0, getWindowHeight() / 2, getWindowWidth(), getWindowHeight() / 2); in TEST_P() 844 glScissor(0, 0, getWindowWidth(), getWindowHeight() / 2); in TEST_P() 1398 glScissor(kSize / 4, kSize / 4, kSize / 2, kSize / 2); in TEST_P() 1550 glScissor(kSize / 4, kSize / 4, kSize / 2, kSize / 2); in TEST_P()
|
D | ClearTest.cpp | 314 glScissor(-10, 0, 5, 5); in TEST_P() 520 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P() 547 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P() 800 glScissor(kSize / 6, kSize / 6, kSize / 3, kSize / 3); in TEST_P() 1327 glScissor(wthird / 2, hthird / 2, wthird, hthird); in maskedScissoredColorDepthStencilClear()
|
/external/deqp/modules/egl/ |
D | teglGLES1RenderUtil.cpp | 44 glScissor(x, y, width, height); in clear()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 102 { "glScissor", (deFunctionPtr)glScissor },
|
D | egluStaticES30Library.inl | 178 { "glScissor", (deFunctionPtr)glScissor },
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 51 ctx.glScissor(0, 0, -1, 0); in scissor() 53 ctx.glScissor(0, 0, 0, -1); in scissor() 55 ctx.glScissor(0, 0, -1, -1); in scissor()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 128 glScissor @126
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 126 glScissor
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 152 glScissor @114
|
D | libGLES_CM.lds | 153 glScissor;
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 267 glScissor = glScissor@16
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 89 M(glScissor) in egl_get_gl_proc()
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 89 M(glScissor) in egl_get_gl_proc()
|
/external/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 200 …glScissor((int)clip_rect.x, (int)(fb_height - clip_rect.w), (int)(clip_rect.z - clip_rect.x), (int… in ImGui_ImplOpenGL3_RenderDrawData() 227 …glScissor(last_scissor_box[0], last_scissor_box[1], (GLsizei)last_scissor_box[2], (GLsizei)last_sc… in ImGui_ImplOpenGL3_RenderDrawData()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 260 glScissor = glScissor@16
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 99 glScissor @97
|
/external/angle/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 291 glScissor(viewWidth * i, 0, viewWidth, viewHeight); in drawBenchmark() 298 glScissor(0, 0, viewWidth, viewHeight); in drawBenchmark()
|
/external/angle/src/tests/gl_tests/gles1/ |
D | BootAnimationTest.cpp | 121 glScissor(kMaskBoundaryLeft, kMaskBoundaryBottom, kMaskWidth, kMaskHeight); in testSetUp()
|