Lines Matching refs:GrTexture
15 #include "src/gpu/GrTexture.h"
44 std::unique_ptr<GrSemaphore> prepareTextureForCrossContextUsage(GrTexture*) override {
58 sk_sp<GrTexture> onCreateTexture(SkISize,
67 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
74 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
82 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
86 sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
90 sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,
119 bool onTransferPixelsTo(GrTexture*,
143 bool onRegenerateMipMapLevels(GrTexture*) override { return true; }