Lines Matching refs:GrBackendTexture
46 class SK_API GrBackendTexture {
48 GrBackendTexture() {} in GrBackendTexture() function
190 class SK_API GrBackendTexture {
193 GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function
196 GrBackendTexture(int width,
201 GrBackendTexture(int width,
206 GrBackendTexture(int width,
213 GrBackendTexture(int width,
218 GrBackendTexture(int width,
223 GrBackendTexture(const GrBackendTexture& that);
225 ~GrBackendTexture();
227 GrBackendTexture& operator=(const GrBackendTexture& that);
278 bool isSameTexture(const GrBackendTexture&);
281 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);
289 GrBackendTexture(int width,
300 GrBackendTexture(int width,