Searched refs:makeStencilAttachment (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/src/gpu/mock/ |
H A D | GrMockGpu.h | 167 sk_sp<GrAttachment> makeStencilAttachment(const GrBackendFormat& /*colorFormat*/,
|
H A D | GrMockGpu.cpp | 224 sk_sp<GrAttachment> GrMockGpu::makeStencilAttachment(const GrBackendFormat& /*colorFormat*/, in makeStencilAttachment() function in GrMockGpu
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlGpu.h | 269 sk_sp<GrAttachment> makeStencilAttachment(const GrBackendFormat& /*colorFormat*/,
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 79 sk_sp<GrAttachment> makeStencilAttachment(const GrBackendFormat& /*colorFormat*/,
|
H A D | GrD3DGpu.cpp | 1273 sk_sp<GrAttachment> GrD3DGpu::makeStencilAttachment(const GrBackendFormat& /*colorFormat*/, in makeStencilAttachment() function in GrD3DGpu
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.h | 62 sk_sp<GrAttachment> makeStencilAttachment(const GrBackendFormat& /*colorFormat*/,
|
H A D | GrDawnGpu.cpp | 312 sk_sp<GrAttachment> GrDawnGpu::makeStencilAttachment(const GrBackendFormat& /*colorFormat*/, in makeStencilAttachment() function in GrDawnGpu
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.h | 649 virtual sk_sp<GrAttachment> makeStencilAttachment(const GrBackendFormat& colorFormat,
|
H A D | GrResourceProvider.cpp | 632 keyedStencil = this->gpu()->makeStencilAttachment(rt->backendFormat(), rt->dimensions(), in attachStencilAttachment()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.h | 115 sk_sp<GrAttachment> makeStencilAttachment(const GrBackendFormat& /*colorFormat*/,
|
H A D | GrVkGpu.cpp | 1635 sk_sp<GrAttachment> GrVkGpu::makeStencilAttachment(const GrBackendFormat& /*colorFormat*/, in makeStencilAttachment() function in GrVkGpu
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 149 sk_sp<GrAttachment> makeStencilAttachment(const GrBackendFormat& colorFormat,
|
H A D | GrGLGpu.cpp | 1773 sk_sp<GrAttachment> GrGLGpu::makeStencilAttachment(const GrBackendFormat& colorFormat, in makeStencilAttachment() function in GrGLGpu
|
Completed in 26 milliseconds