Searched defs:asTexture (Results 1 – 5 of 5) sorted by relevance
33 GrTexture* asTexture() override { return this; } in asTexture() function34 const GrTexture* asTexture() const override { return this; } in asTexture() function
67 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function68 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
207 GrTexture* asTexture() override { return this; } in asTexture() function209 const GrTexture* asTexture() const override { return this; } in asTexture() function
38 const Texture* asTexture() const override { return this; } in asTexture() function
172 virtual const Texture* asTexture() const { return nullptr; } in asTexture() function