Home
last modified time | relevance | path

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

12

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp175 sw::Rect clearRect = renderTarget->getRect(); in clearColor() local
193 sw::Rect clearRect = depthBuffer->getRect(); in clearDepth() local
210 sw::Rect clearRect = stencilBuffer->getRect(); in clearStencil() local
/external/skia/src/core/
DSkGpuBlurUtils.cpp360 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fRight, contentRect->fTop, in decimate() local
368 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fLeft, contentRect->fBottom, in decimate() local
391 SkIRect clearRect = SkIRect::MakeXYWH(srcRect.fLeft, srcRect.fBottom, srcRect.width() + 1, 1); in reexpand() local
530 SkIRect clearRect = SkIRect::MakeXYWH(srcRect.fLeft, srcRect.fBottom, in GaussianBlur() local
/external/skqp/src/core/
DSkGpuBlurUtils.cpp358 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fRight, contentRect->fTop, in decimate() local
366 SkIRect clearRect = SkIRect::MakeXYWH(contentRect->fLeft, contentRect->fBottom, in decimate() local
389 SkIRect clearRect = SkIRect::MakeXYWH(srcRect.fLeft, srcRect.fBottom, srcRect.width() + 1, 1); in reexpand() local
528 SkIRect clearRect = SkIRect::MakeXYWH(srcRect.fLeft, srcRect.fBottom, in GaussianBlur() local
/external/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.cpp3476 sw::Rect clearRect = colorbuffer->getRect(); in clearColorBuffer() local
3519 sw::Rect clearRect = depthbuffer->getRect(); in clearDepthBuffer() local
3547 sw::Rect clearRect = stencilbuffer->getRect(); in clearStencilBuffer() local
/external/deqp/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
/external/deqp/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
/external/skia/src/gpu/ccpr/
DGrCCAtlas.cpp207 SkIRect clearRect = SkIRect::MakeSize(fDrawBounds); in makeRenderTargetContext() local
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.cpp206 SkIRect clearRect = SkIRect::MakeSize(fDrawBounds); in makeRenderTargetContext() local
/external/skia/bench/
DGameBench.cpp128 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; in onDraw() local
/external/skqp/bench/
DGameBench.cpp128 SkRect clearRect = { -1.0f, -1.0f, width+1.0f, height+1.0f }; in onDraw() local
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp376 VkClearRect clearRect; in onClearStencilClip() local
460 VkClearRect clearRect; in onClear() local
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp379 VkClearRect clearRect; in onClearStencilClip() local
463 VkClearRect clearRect; in onClear() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemAttachmentClearTests.cpp214 const vk::VkClearRect clearRect = in iterate() local
/external/skqp/tests/
DVkDrawableTest.cpp64 VkClearRect clearRect; in draw() local
/external/skia/tests/
DVkDrawableTest.cpp64 VkClearRect clearRect; in draw() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp285 const VkClearRect clearRect = in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp532 const VkClearRect clearRect = in clearColorWithClearAttachments() local
560 const VkClearRect clearRect = in clearDepthWithClearAttachments() local
/external/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp499 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, in apply_morphology() local
/external/skqp/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp496 SkIRect clearRect = SkIRect::MakeXYWH(dstRect.fLeft, dstRect.fBottom, in apply_morphology() local
/external/skqp/experimental/canvaskit/htmlcanvas/
Dcanvas2dcontext.js510 this.clearRect = function(x, y, width, height) { method in CanvasRenderingContext2D
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js510 this.clearRect = function(x, y, width, height) { method in CanvasRenderingContext2D
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java239 public void clearRect(int x, int y, int width, int height) in clearRect() method in OverrideGraphics2D
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1579 const SWR_RECT& clearRect) in SwrClearRenderTarget()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp1121 const VkRect2D& clearRect) in recordClearAttachments()
2736 const VkRect2D& clearRect) in recordSecondPassContents()

12