Searched defs:asTexture (Results 1 – 3 of 3) sorted by relevance
21 GrTexture* asTexture() override { return this; } in asTexture() function22 const GrTexture* asTexture() const override { return this; } in asTexture() function
58 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function59 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
198 GrTexture* asTexture() override { return this; } in asTexture() function200 const GrTexture* asTexture() const override { return this; } in asTexture() function