Home
last modified time | relevance | path

Searched refs:setScissor (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/src/gpu/
DGrFixedClip.cpp42 out->setScissor(*bounds); in apply()
DGrFixedClip.h33 bool SK_WARN_UNUSED_RESULT setScissor(const SkIRect& irect) { in setScissor() function
DGrAppliedClip.h55 void setScissor(const SkIRect& irect) { in setScissor() function
/third_party/skia/src/gpu/vk/
DGrVkMSAALoadManager.cpp165 commandBuffer->setScissor(gpu, 0, 1, &scissor); in loadMSAAFromResolve()
DGrVkCommandBuffer.h70 void setScissor(const GrVkGpu* gpu,
DGrVkPipeline.cpp635 cmdBuffer->setScissor(gpu, 0, 1, &scissor); in SetDynamicScissorRectState()
DGrVkCommandBuffer.cpp369 void GrVkCommandBuffer::setScissor(const GrVkGpu* gpu, in setScissor() function in GrVkCommandBuffer
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp91 void setScissor(uint32_t firstScissor, uint32_t scissorCount, const VkRect2D *pScissors);
DVkCommandBuffer.cpp1434 void CommandBuffer::setScissor(uint32_t firstScissor, uint32_t scissorCount, const VkRect2D *pSciss… in setScissor() function in vk::CommandBuffer
DlibVulkan.cpp2518 vk::Cast(commandBuffer)->setScissor(firstScissor, scissorCount, pScissors); in vkCmdSetScissor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp181 void setScissor (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setScissor() function
461 { VK_DYNAMIC_STATE_SCISSOR, { {}, setScissor } }, in getDynamicStateInfo()
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp359 SkAssertResult(fClip.fixedClip().setScissor(bounds)); in init()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp340 void setScissor(const Rect &scissor);
DRenderer.cpp2834 void Renderer::setScissor(const Rect &scissor) in setScissor() function in sw::Renderer
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp798 setScissor(scissor); in bindViewport()
841 setScissor(scissor); in bindViewport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h197 void setScissor(const gl::Rectangle &scissor);
DStateManagerGL.cpp1108 void StateManagerGL::setScissor(const gl::Rectangle &scissor) in setScissor() function in rx::StateManagerGL
1823 setScissor(scissor); in syncState()
2815 setScissor(state->scissorBox); in restoreNativeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp2070 commandBuffer->setScissor(0, 1, &scissor); in clearFramebuffer()
2181 commandBuffer->setScissor(0, 1, &scissor); in clearImage()
2411 commandBuffer->setScissor(0, 1, &scissor); in blitResolveImpl()
2854 commandBuffer->setScissor(0, 1, &scissor); in copyImage()
3308 commandBuffer->setScissor(0, 1, &scissor); in unresolve()
DSecondaryCommandBuffer.h675 void setScissor(uint32_t firstScissor, uint32_t scissorCount, const VkRect2D *scissors);
1450 ANGLE_INLINE void SecondaryCommandBuffer::setScissor(uint32_t firstScissor, in setScissor() function
Dvk_wrapper.h322 void setScissor(uint32_t firstScissor, uint32_t scissorCount, const VkRect2D *scissors);
936 ANGLE_INLINE void CommandBuffer::setScissor(uint32_t firstScissor,
DContextVk.cpp2149 mRenderPassCommandBuffer->setScissor(0, 1, &emptyScissor); in handleDirtyGraphicsScissorImpl()
2153 mRenderPassCommandBuffer->setScissor(0, 1, &mScissor); in handleDirtyGraphicsScissorImpl()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp387 commandBuffers[i].setScissor(0, 1, &scissor); in createCommandBuffers()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_handles.hpp3266 void setScissor( uint32_t firstScissor,
3272 void setScissor( uint32_t firstScissor,
Dvulkan_raii.hpp4034 void setScissor( uint32_t firstScissor,
9860 VULKAN_HPP_INLINE void CommandBuffer::setScissor( in setScissor() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
/third_party/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp4015 void setScissor( uint32_t firstScissor,
4021 …void setScissor( uint32_t firs…

12