Searched defs:useMSAASurface (Results  1 – 14 of 14) sorted by relevance
| /external/skia/src/gpu/ganesh/d3d/ | 
| D | GrD3DRenderTarget.h | 42     bool canAttemptStencilAttachment(bool useMSAASurface) const override {  in canAttemptStencilAttachment() 116     bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override {  in completeStencilAttachment()
  | 
| /external/skia/src/gpu/ganesh/dawn/ | 
| D | GrDawnRenderTarget.h | 26     bool canAttemptStencilAttachment(bool useMSAASurface) const override {  in canAttemptStencilAttachment()
  | 
| D | GrDawnRenderTarget.cpp | 41 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) {  in completeStencilAttachment()
  | 
| /external/skia/src/gpu/ganesh/ | 
| D | GrRenderTarget.h | 44     GrAttachment* getStencilAttachment(bool useMSAASurface) const {  in getStencilAttachment()
  | 
| D | GrRenderTarget.cpp | 48 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) {  in attachStencilAttachment()
  | 
| D | GrRenderTargetProxy.cpp | 129     bool useMSAASurface = rt->numSamples() > 1;  in canUseStencil()  local
  | 
| D | GrResourceProvider.cpp | 669 static int num_stencil_samples(const GrRenderTarget* rt, bool useMSAASurface, const GrCaps& caps) {  in num_stencil_samples() 678 bool GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt, bool useMSAASurface) {  in attachStencilAttachment()
  | 
| D | GrGpu.cpp | 730         bool useMSAASurface,  in getOpsRenderPass()
  | 
| /external/skia/src/gpu/ganesh/mtl/ | 
| D | GrMtlRenderTarget.h | 33     bool canAttemptStencilAttachment(bool useMSAASurface) const override {  in canAttemptStencilAttachment()
  | 
| /external/skia/src/gpu/ganesh/mock/ | 
| D | GrMockTexture.h | 112     bool canAttemptStencilAttachment(bool useMSAASurface) const override {  in canAttemptStencilAttachment() 117     bool completeStencilAttachment(GrAttachment*, bool useMSAASurface) override {  in completeStencilAttachment()
  | 
| /external/skia/src/gpu/ganesh/vk/ | 
| D | GrVkRenderTarget.cpp | 287 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) {  in completeStencilAttachment()
  | 
| D | GrVkGpu.cpp | 352         bool useMSAASurface,  in onGetOpsRenderPass()
  | 
| /external/skia/src/gpu/ganesh/gl/ | 
| D | GrGLOpsRenderPass.cpp | 20 void GrGLOpsRenderPass::set(GrRenderTarget* rt, bool useMSAASurface, const SkIRect& contentBounds,  in set()
  | 
| /external/skia/src/gpu/ganesh/ops/ | 
| D | OpsTask.cpp | 43                                     bool useMSAASurface,  in create_render_pass()
  |