Searched refs:scissor (Results 151 - 175 of 279) sorted by relevance

1234567891011>>

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp217 // Update viewport and scissor if we updated draw framebuffer binding \note Not logged for clarity
222 m_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curScissor.z(), m_curScissor.w());
483 void GLContext::scissor (int x, int y, int width, int height) function in class:sglr::GLContext
492 m_context.getFunctions().scissor(offset.x()+x, offset.y()+y, width, height);
H A DsglrContext.hpp108 virtual void scissor (int x, int y, int width, int height) = DE_NULL;
H A DsglrContextWrapper.cpp291 m_curCtx->scissor(x, y, width, height);
H A DsglrGLContext.hpp120 virtual void scissor (int x, int y, int width, int height);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c582 boolean scissor,
594 if (setup->scissor_test != scissor) {
596 setup->scissor_test = scissor;
579 lp_setup_set_triangle_state( struct lp_setup_context *setup, unsigned cull_mode, boolean ccw_is_frontface, boolean scissor, boolean half_pixel_center, boolean bottom_edge_rule) argument
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp4113 // Reset scissor rectangle to size of current render target
6005 sw::Rect scissor;
6006 scissor.x0 = scissorRect.left;
6007 scissor.x1 = scissorRect.right;
6008 scissor.y0 = scissorRect.top;
6009 scissor.y1 = scissorRect.bottom;
6011 renderer->setScissor(scissor);
6015 sw::Rect scissor;
6016 scissor.x0 = viewport.X;
6017 scissor
[all...]
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js408 ctx.scissor(0, 0, ctx.canvas.width, ctx.canvas.height);
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeTests.cpp284 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
316 gl.scissor(2, 3, 12, 13);
774 ADD_TESTCASE(scissor, "Change scissor box.",
811 gl.scissor(17, 13, 5, 8);
813 gl.scissor(7, 3, 13, 13);
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeTests.cpp284 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
316 gl.scissor(2, 3, 12, 13);
858 ADD_TESTCASE(scissor, "Change scissor box.",
895 gl.scissor(17, 13, 5, 8);
897 gl.scissor(7, 3, 13, 13);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c62 util_blitter_save_scissor(i915->blitter, &i915->scissor);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c221 /* Scissor enables are handled in scissor state, we will not want to
222 * always emit 16 commands, one for each scissor rectangle, here.
849 const struct pipe_scissor_state *scissor)
856 if (!memcmp(&nvc0->scissors[start_slot + i], &scissor[i], sizeof(*scissor)))
858 nvc0->scissors[start_slot + i] = scissor[i];
846 nvc0_set_scissor_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *scissor) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h286 struct pipe_scissor_state scissor; member in struct:svga_state
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_pipe.c92 rast.scissor = !!rs[D3DRS_SCISSORTESTENABLE];
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp479 const VkRect2D scissor = local
493 &scissor // const VkRect2D* pScissors;
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp265 const VkRect2D scissor = { local
278 &scissor, // const VkRect2D* pScissors;
H A DvktFragmentOperationsScissorTests.cpp225 const VkRect2D scissor = { local
238 &scissor, // const VkRect2D* pScissors;
477 // Fragments outside fail the scissor test.
577 // New pipeline, because we're modifying scissor (we don't use dynamic state).
736 // Apply scissor to the full image, so we can compare it with the result image.
747 //! \note The ES 2.0 scissoring tests included color/depth/stencil clear cases, but these operations are not affected by scissor test in Vulkan.
772 { "inside", "Points fully inside the scissor area", { areaFull, areaFull, TEST_PRIMITIVE_POINTS } },
773 { "partially_inside", "Points partially inside the scissor area", { areaFull, areaCropped, TEST_PRIMITIVE_POINTS } },
774 { "outside", "Points fully outside the scissor area", { areaLeftHalf, areaRightHalf, TEST_PRIMITIVE_POINTS } },
789 { "inside", "Lines fully inside the scissor are
[all...]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp242 const VkRect2D scissor = local
256 &scissor, // const VkRect2D* pScissors;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp1550 const VkRect2D scissor = makeScissor(renderSize.width, renderSize.height); local
1600 vk.cmdSetScissor(*cmdBuffer, 0u, 1u, &scissor);
1678 const VkRect2D scissor = makeScissor(renderSize.width, renderSize.height); local
1734 vk.cmdSetScissor(*cmdBuffer, 0u, 1u, &scissor);
2108 const VkRect2D scissor = makeScissor(renderSize.width, renderSize.height); local
2162 vk.cmdSetScissor(*cmdBuffer, 0u, 1u, &scissor);
2242 const VkRect2D scissor = makeScissor(renderSize.width, renderSize.height); local
2302 vk.cmdSetScissor(*cmdBuffer, 0u, 1u, &scissor);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp524 const VkRect2D scissor = { { 0, 0 }, { m_renderSize.x(), m_renderSize.y() } }; local
534 &scissor // const VkRect2D* pScissors;
H A DvktPipelineDepthTests.cpp533 const VkRect2D scissor = local
546 &scissor // const VkRect2D* pScissors;
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp413 const VkRect2D scissor = local
427 &scissor, // const VkRect2D* pScissors;
H A DvktPipelineStencilTests.cpp613 const VkRect2D scissor = { { 0, 0 }, { m_renderSize.x(), m_renderSize.y() } }; local
623 &scissor, // const VkRect2D* pScissors;
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp712 const vk::VkRect2D scissor = local
726 &scissor, // const VkRect2D* pScissors;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp613 const VkRect2D scissor = { local
628 haveRenderSize ? &scissor : DE_NULL, // const VkRect2D* pScissors;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktDrawUtil.cpp602 const VkRect2D scissor = { local
615 &scissor, // const VkRect2D* pScissors;

Completed in 929 milliseconds

1234567891011>>