Lines Matching refs:GrBackendTexture
26 class SK_API GrBackendTexture {
28 GrBackendTexture() {} in GrBackendTexture() function
132 class SK_API GrBackendTexture {
135 GrBackendTexture() : fIsValid(false) {} in GrBackendTexture() function
138 GrBackendTexture(int width,
143 GrBackendTexture(int width,
148 GrBackendTexture(int width,
154 GrBackendTexture(int width,
159 GrBackendTexture(const GrBackendTexture& that);
161 ~GrBackendTexture();
163 GrBackendTexture& operator=(const GrBackendTexture& that);
206 static bool TestingOnly_Equals(const GrBackendTexture& , const GrBackendTexture&);
233 GrBackendTexture(int width,