Home
last modified time | relevance | path

Searched defs:useMSAASurface (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/ganesh/d3d/
DGrD3DRenderTarget.h42 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
116 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
/external/skia/src/gpu/ganesh/
DGrRenderTarget.cpp48 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
DGrRenderTarget.h45 GrAttachment* getStencilAttachment(bool useMSAASurface) const { in getStencilAttachment()
DGrRenderTargetProxy.cpp129 bool useMSAASurface = rt->numSamples() > 1; in canUseStencil() local
DGrResourceProvider.cpp655 static int num_stencil_samples(const GrRenderTarget* rt, bool useMSAASurface, const GrCaps& caps) { in num_stencil_samples()
664 bool GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt, bool useMSAASurface) { in attachStencilAttachment()
DGrGpu.cpp732 bool useMSAASurface, in getOpsRenderPass()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlRenderTarget.h33 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
/external/skia/src/gpu/ganesh/mock/
DGrMockTexture.h122 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
127 bool completeStencilAttachment(GrAttachment*, bool useMSAASurface) override { in completeStencilAttachment()
/external/skia/src/gpu/ganesh/vk/
DGrVkRenderTarget.cpp291 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
DGrVkGpu.cpp310 bool useMSAASurface, in onGetOpsRenderPass()
/external/skia/src/gpu/ganesh/gl/
DGrGLOpsRenderPass.cpp21 void GrGLOpsRenderPass::set(GrRenderTarget* rt, bool useMSAASurface, const SkIRect& contentBounds, in set()
/external/skia/src/gpu/ganesh/ops/
DOpsTask.cpp45 bool useMSAASurface, in create_render_pass()