Searched defs:asTexture (Results 1 – 6 of 6) sorted by relevance
21 GrTexture* asTexture() override { return this; } in asTexture() function22 const GrTexture* asTexture() const override { return this; } in asTexture() function
60 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function61 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
23 GrTexture* asTexture() override { return this; } in asTexture() function24 const GrTexture* asTexture() const override { return this; } in asTexture() function
65 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function66 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
184 GrTexture* asTexture() override { return this; } in asTexture() function186 const GrTexture* asTexture() const override { return this; } in asTexture() function
160 GrTexture* asTexture() override { return this; } in asTexture() function162 const GrTexture* asTexture() const override { return this; } in asTexture() function