Home
last modified time | relevance | path

Searched defs:StencilLoadAndStoreInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrGpuCommandBuffer.h81 struct StencilLoadAndStoreInfo { struct
82 GrLoadOp fLoadOp;
83 GrStoreOp fStoreOp;
/third_party/skia/src/gpu/
DGrOpsRenderPass.h43 struct StencilLoadAndStoreInfo { struct
44 GrLoadOp fLoadOp;
45 GrStoreOp fStoreOp;
/third_party/skia/src/gpu/mock/
DGrMockGpu.cpp64 const GrOpsRenderPass::StencilLoadAndStoreInfo&, in onGetOpsRenderPass()
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.cpp58 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) { in getCommandBuffer()