Lines Matching refs:GrMtlRenderTarget
8 #include "GrMtlRenderTarget.h"
14 GrMtlRenderTarget::GrMtlRenderTarget(GrMtlGpu* gpu, function
27 GrMtlRenderTarget::GrMtlRenderTarget(GrMtlGpu* gpu, function
37 sk_sp<GrMtlRenderTarget>
38 GrMtlRenderTarget::MakeWrappedRenderTarget(GrMtlGpu* gpu, const GrSurfaceDesc& desc,
43 return sk_sp<GrMtlRenderTarget>(new GrMtlRenderTarget(gpu, desc, renderTexture, kWrapped));
46 GrMtlRenderTarget::~GrMtlRenderTarget() { function
51 GrBackendRenderTarget GrMtlRenderTarget::getBackendRenderTarget() const {
57 GrBackendFormat GrMtlRenderTarget::backendFormat() const {
61 GrMtlGpu* GrMtlRenderTarget::getMtlGpu() const {
66 void GrMtlRenderTarget::onAbandon() {
71 void GrMtlRenderTarget::onRelease() {
76 bool GrMtlRenderTarget::completeStencilAttachment() {