Home | History | Annotate | Download | only in include

Lines Matching defs:fTextures

52         GrSafeUnref(fTextures[i]);
53 fTextures[i] = texture;
58 return fTextures[i];
110 fTextures[i] = NULL;
130 fTextures[i] = paint.fTextures[i];
131 GrSafeRef(fTextures[i]);
142 GrSafeUnref(fTextures[i]);
180 if (NULL != fTextures[i]) {
216 GrTexture* fTextures[kMaxTextures];