Lines Matching refs:GrMtlRenderTarget
8 #include "src/gpu/mtl/GrMtlRenderTarget.h"
18 GrMtlRenderTarget::GrMtlRenderTarget(GrMtlGpu* gpu, function
33 GrMtlRenderTarget::GrMtlRenderTarget(GrMtlGpu* gpu, function
45 GrMtlRenderTarget::GrMtlRenderTarget(GrMtlGpu* gpu, function
58 GrMtlRenderTarget::GrMtlRenderTarget(GrMtlGpu* gpu, function
66 sk_sp<GrMtlRenderTarget> GrMtlRenderTarget::MakeWrappedRenderTarget(GrMtlGpu* gpu,
74 GrMtlRenderTarget* mtlRT;
97 mtlRT = new GrMtlRenderTarget(gpu, desc, sampleCnt, colorTexture, texture, kWrapped);
99 mtlRT = new GrMtlRenderTarget(gpu, desc, texture, kWrapped);
102 return sk_sp<GrMtlRenderTarget>(mtlRT);
105 GrMtlRenderTarget::~GrMtlRenderTarget() { function
110 GrBackendRenderTarget GrMtlRenderTarget::getBackendRenderTarget() const {
116 GrBackendFormat GrMtlRenderTarget::backendFormat() const {
120 GrMtlGpu* GrMtlRenderTarget::getMtlGpu() const {
125 void GrMtlRenderTarget::onAbandon() {
131 void GrMtlRenderTarget::onRelease() {
137 bool GrMtlRenderTarget::completeStencilAttachment() {