Lines Matching refs:GrBackendTexture
188 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture&,
193 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture&,
200 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture&,
557 GrBackendTexture createBackendTexture(SkISize dimensions,
563 bool clearBackendTexture(const GrBackendTexture&,
571 GrBackendTexture createCompressedBackendTexture(SkISize dimensions,
576 bool updateCompressedBackendTexture(const GrBackendTexture&,
581 virtual bool setBackendTextureState(const GrBackendTexture&,
599 virtual void deleteBackendTexture(const GrBackendTexture&) = 0;
610 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
705 virtual GrBackendTexture onCreateBackendTexture(SkISize dimensions,
711 virtual GrBackendTexture onCreateCompressedBackendTexture(
714 virtual bool onClearBackendTexture(const GrBackendTexture&,
718 virtual bool onUpdateCompressedBackendTexture(const GrBackendTexture&,
755 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
760 virtual sk_sp<GrTexture> onWrapCompressedBackendTexture(const GrBackendTexture&,
764 virtual sk_sp<GrTexture> onWrapRenderableBackendTexture(const GrBackendTexture&,