Home
last modified time | relevance | path

Searched refs:canDiscardOutsideDstRect (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkCopyManager.h34 bool canDiscardOutsideDstRect);
DGrVkCopyManager.cpp155 bool canDiscardOutsideDstRect) { in copySurfaceAsDraw() argument
305 if (!canDiscardOutsideDstRect) { in copySurfaceAsDraw()
336 VkAttachmentLoadOp loadOp = canDiscardOutsideDstRect ? VK_ATTACHMENT_LOAD_OP_DONT_CARE in copySurfaceAsDraw()
DGrVkGpu.h215 const SkIPoint& dstPoint, bool canDiscardOutsideDstRect) override;
DGrVkGpu.cpp1970 bool canDiscardOutsideDstRect) { in onCopySurface() argument
1995 dstPoint, canDiscardOutsideDstRect)); in onCopySurface()
/external/skqp/src/gpu/mtl/
DGrMtlCopyManager.h28 bool canDiscardOutsideDstRect);
DGrMtlCopyManager.mm131 bool canDiscardOutsideDstRect) {
195 renderPassDesc.colorAttachments[0].loadAction = canDiscardOutsideDstRect ? MTLLoadActionDontCare
DGrMtlGpu.h88 bool canDiscardOutsideDstRect) override;
DGrMtlGpu.mm713 bool canDiscardOutsideDstRect) {
730 canDiscardOutsideDstRect);
/external/skqp/src/gpu/
DGrGpu.h247 bool canDiscardOutsideDstRect = false);
496 bool canDiscardOutsideDstRect) = 0;
DGrGpu.cpp233 bool canDiscardOutsideDstRect) { in copySurface() argument
244 canDiscardOutsideDstRect); in copySurface()
/external/skqp/src/gpu/mock/
DGrMockGpu.h95 const SkIPoint& dstPoint, bool canDiscardOutsideDstRect) override { in onCopySurface() argument
/external/skqp/src/gpu/gl/
DGrGLGpu.h249 bool canDiscardOutsideDstRect) override;
DGrGLGpu.cpp3279 bool canDiscardOutsideDstRect) { in onCopySurface() argument