Home
last modified time | relevance | path

Searched defs:clearRect (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp387 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fRight, contentRect->fTop, in decimate() local
395 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fLeft, contentRect->fBottom, in decimate() local
422 SkIRect clearRect = SkIRect::MakeXYWH(srcRect.fLeft, srcRect.fBottom, srcRect.width() + 1, 1); in reexpand() local
555 SkIRect clearRect = SkIRect::MakeXYWH(srcRect.fLeft, srcRect.fBottom, in GaussianBlur() local
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp295 D3D12_RECT clearRect; in scissor_to_d3d_clear_rect() local
314 D3D12_RECT clearRect = scissor_to_d3d_clear_rect(scissor, fRenderTarget, fOrigin); in onClear() local
335 D3D12_RECT clearRect = scissor_to_d3d_clear_rect(scissor, fRenderTarget, fOrigin); in onClearStencilClip() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp205 sw::Rect clearRect = renderTarget[i]->getRect(); in clearColor() local
225 sw::Rect clearRect = depthBuffer->getRect(); in clearDepth() local
242 sw::Rect clearRect = stencilBuffer->getRect(); in clearStencil() local
DContext.cpp3488 sw::Rect clearRect = colorbuffer->getRect(); in clearColorBuffer() local
3531 sw::Rect clearRect = depthbuffer->getRect(); in clearDepthBuffer() local
3559 sw::Rect clearRect = stencilbuffer->getRect(); in clearStencilBuffer() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp427 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
471 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp424 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
468 …tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.g… in renderReference() local
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp447 VkClearRect clearRect; in onClearStencilClip() local
495 VkClearRect clearRect; in onClear() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCAtlas.cpp252 SkIRect clearRect = SkIRect::MakeSize(fDrawBounds); in makeRenderTargetContext() local
/third_party/flutter/skia/bench/
DGameBench.cpp128 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; in onDraw() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemAttachmentClearTests.cpp219 const vk::VkClearRect clearRect = in iterate() local
/third_party/skia/bench/
DGameBench.cpp130 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; in onDraw() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp411 VkClearRect clearRect; in onClearStencilClip() local
491 VkClearRect clearRect; in onClear() local
/third_party/skia/tests/
DVkDrawableTest.cpp67 VkClearRect clearRect; in draw() local
/third_party/flutter/skia/tests/
DVkDrawableTest.cpp64 VkClearRect clearRect; in draw() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp301 const VkClearRect clearRect = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp731 const VkClearRect clearRect = in createCommandBuffer() local
DvktRenderPassUnusedClearAttachmentTests.cpp839 const VkClearRect clearRect = in createCommandBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp531 const VkClearRect clearRect = in clearColorWithClearAttachments() local
559 const VkClearRect clearRect = in clearDepthWithClearAttachments() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp416 const VkClearRect clearRect = in clearAttachments() local
/third_party/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp466 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, in apply_morphology() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp580 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, in apply_morphology() local
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js491 this.clearRect = function(x, y, width, height) { method in CanvasRenderingContext2D
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js510 this.clearRect = function(x, y, width, height) { method in CanvasRenderingContext2D
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp1076 const vk::VkClearRect clearRect = in iterate() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1630 const SWR_RECT& clearRect) in SwrClearRenderTarget()

12