Searched defs:asTexture (Results 1 – 4 of 4) sorted by relevance
35 virtual GrTexture* asTexture() SK_OVERRIDE { return fTexture; } in asTexture() function36 virtual const GrTexture* asTexture() const SK_OVERRIDE { return fTexture; } in asTexture() function
40 virtual GrTexture* asTexture() SK_OVERRIDE { return this; } in asTexture() function41 virtual const GrTexture* asTexture() const SK_OVERRIDE { return this; } in asTexture() function