Searched defs:asTexture (Results 1 – 6 of 6) sorted by relevance
24 GrTexture* asTexture() override { return this; } in asTexture() function25 const GrTexture* asTexture() const override { return this; } in asTexture() function
49 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function50 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
25 GrTexture* asTexture() override { return this; } in asTexture() function26 const GrTexture* asTexture() const override { return this; } in asTexture() function
76 GrTexture* asTexture() override { return this; } in asTexture() function78 const GrTexture* asTexture() const override { return this; } in asTexture() function