Lines Matching refs:GrBackendTexture
40 class GrBackendTexture;
309 const GrBackendTexture& backendTexture,
345 const GrBackendTexture& backendTexture,
361 GrBackendTexture created from pixmap is uploaded to match SkSurface created with
397 const GrBackendTexture& backendTexture,
461 GrBackendTexture the client supplies a description of the texture consisting of
466 be called to receive a GrBackendTexture. The properties of the GrBackendTexture must match
751 object is returned. Call GrBackendTexture::isValid to determine if the result
761 GrBackendTexture getBackendTexture(bool flushPendingGrContextIO,
1158 /** Defines a callback function, taking one parameter of type GrBackendTexture with
1161 typedef std::function<void(GrBackendTexture)> BackendTextureReleaseProc;
1164 /** Creates a GrBackendTexture from the provided SkImage. Returns true and
1187 GrBackendTexture* backendTexture,