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
24 GrTexture* asTexture() override { return this; } in asTexture() function25 const GrTexture* asTexture() const override { return this; } in asTexture() function
51 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function52 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
178 GrTexture* asTexture() override { return this; } in asTexture() function180 const GrTexture* asTexture() const override { return this; } in asTexture() function