Lines Matching refs:GrTexture
27 class GrTexture;
60 * and height as desc specifies. If renderable is kYes then the GrTexture will also be a
64 sk_sp<GrTexture> createApproxTexture(SkISize dimensions,
72 sk_sp<GrTexture> createTexture(SkISize dimensions,
86 sk_sp<GrTexture> createTexture(SkISize dimensions,
102 sk_sp<GrTexture> createTexture(SkISize dimensions,
117 sk_sp<GrTexture> findAndRefScratchTexture(const GrScratchKey&);
118 sk_sp<GrTexture> findAndRefScratchTexture(SkISize dimensions,
130 sk_sp<GrTexture> createCompressedTexture(SkISize dimensions,
141 * Wraps an existing texture with a GrTexture object.
149 * @return GrTexture object or NULL on failure.
151 sk_sp<GrTexture> wrapBackendTexture(const GrBackendTexture& tex,
156 sk_sp<GrTexture> wrapCompressedBackendTexture(const GrBackendTexture& tex,
165 sk_sp<GrTexture> wrapRenderableBackendTexture(const GrBackendTexture& tex,
347 sk_sp<GrTexture> getExactScratch(SkISize dimensions,
381 sk_sp<GrTexture> writePixels(sk_sp<GrTexture> texture,