Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DRenderTarget.h42 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
/third_party/skia/src/gpu/dawn/
DGrDawnRenderTarget.h25 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
DGrDawnRenderTarget.cpp38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
/third_party/skia/src/gpu/
DGrRenderTarget.cpp47 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
DGrRenderTarget.h44 GrAttachment* getStencilAttachment(bool useMSAASurface) const { in getStencilAttachment()
DGrRenderTargetProxy.cpp114 bool useMSAASurface = rt->numSamples() > 1; in canUseStencil() local
DGrResourceProvider.cpp585 static int num_stencil_samples(const GrRenderTarget* rt, bool useMSAASurface, const GrCaps& caps) { in num_stencil_samples()
594 bool GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt, bool useMSAASurface) { in attachStencilAttachment()
DGrGpu.cpp679 bool useMSAASurface, in getOpsRenderPass()
/third_party/skia/src/gpu/mtl/
DGrMtlRenderTarget.h33 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
/third_party/skia/src/gpu/mock/
DGrMockTexture.h103 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
108 bool completeStencilAttachment(GrAttachment*, bool useMSAASurface) override { in completeStencilAttachment()
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.cpp267 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
DGrVkGpu.cpp310 bool useMSAASurface, in onGetOpsRenderPass()
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp20 void GrGLOpsRenderPass::set(GrRenderTarget* rt, bool useMSAASurface, const SkIRect& contentBounds, in set()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp42 bool useMSAASurface, in create_render_pass()