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
65 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function66 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
51 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function52 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
148 GrTexture* asTexture() override { return this; } in asTexture() function150 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