Searched defs:useMSAASurface (Results 1 – 15 of 15) sorted by relevance
/external/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.h | 42 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() 110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnRenderTarget.h | 25 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
|
D | GrDawnRenderTarget.cpp | 38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 31 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
|
/external/skia/src/gpu/ |
D | GrRenderTarget.cpp | 48 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
|
D | GrRenderTarget.h | 44 GrAttachment* getStencilAttachment(bool useMSAASurface) const { in getStencilAttachment()
|
D | GrRenderTargetProxy.cpp | 114 bool useMSAASurface = rt->numSamples() > 1; in canUseStencil() local
|
D | GrResourceProvider.cpp | 496 static int num_stencil_samples(const GrRenderTarget* rt, bool useMSAASurface, const GrCaps& caps) { in num_stencil_samples() 505 bool GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt, bool useMSAASurface) { in attachStencilAttachment()
|
D | GrOpsTask.cpp | 518 bool useMSAASurface, in create_render_pass()
|
D | GrGpu.cpp | 634 bool useMSAASurface, in getOpsRenderPass()
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 103 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() 108 bool completeStencilAttachment(GrAttachment*, bool useMSAASurface) override { in completeStencilAttachment()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 103 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
|
D | GrVkRenderTarget.cpp | 230 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
|
D | GrVkGpu.cpp | 306 bool useMSAASurface, in onGetOpsRenderPass()
|
/external/skia/src/gpu/gl/ |
D | GrGLOpsRenderPass.cpp | 20 void GrGLOpsRenderPass::set(GrRenderTarget* rt, bool useMSAASurface, const SkIRect& contentBounds, in set()
|