Lines Matching refs:GrDawnTexture
31 #include "src/gpu/dawn/GrDawnTexture.h"
188 GrDawnTexture* texture = static_cast<GrDawnTexture*>(surface->asTexture());
241 return GrDawnTexture::Make(this, dimensions, format, renderable, renderTargetSampleCnt,
270 return GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kNo, 1, cacheable, ioType,
295 sk_sp<GrTexture> result = GrDawnTexture::MakeWrapped(this, dimensions, GrRenderable::kYes,
586 if (auto t = static_cast<GrDawnTexture*>(src->asTexture())) {
680 GrDawnTexture* src = static_cast<GrDawnTexture*>(tex);
737 colorTargetState.format = static_cast<GrDawnTexture*>(tex)->format();
764 dstViewDesc.format = static_cast<GrDawnTexture*>(tex)->format();