Searched defs:useMSAASurface (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DRenderTarget.h | 42 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() 116 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockTexture.h | 122 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() 127 bool completeStencilAttachment(GrAttachment*, bool useMSAASurface) override { in completeStencilAttachment()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrRenderTarget.h | 50 GrAttachment* getStencilAttachment(bool useMSAASurface) const { in getStencilAttachment()
|
H A D | GrRenderTarget.cpp | 48 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
|
H A D | GrRenderTargetProxy.cpp | 129 bool useMSAASurface = rt->numSamples() > 1; in canUseStencil() local
|
H A D | GrResourceProvider.cpp | 655 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()
|
H A D | GrGpu.cpp | 744 bool useMSAASurface, in getOpsRenderPass()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlRenderTarget.h | 33 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkRenderTarget.cpp | 305 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
|
H A D | GrVkGpu.cpp | 294 bool useMSAASurface, in onGetOpsRenderPass()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLOpsRenderPass.cpp | 35 void GrGLOpsRenderPass::set(GrRenderTarget* rt, bool useMSAASurface, const SkIRect& contentBounds, in set()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | OpsTask.cpp | 63 bool useMSAASurface, in create_render_pass()
|