Searched defs:asTexture (Results 1 – 3 of 3) sorted by relevance
22 GrTexture* asTexture() override { return this; } in asTexture() function23 const GrTexture* asTexture() const override { return this; } in asTexture() function
60 virtual GrTexture* asTexture() { return NULL; } in asTexture() function61 virtual const GrTexture* asTexture() const { return NULL; } in asTexture() function
381 sk_sp<GrTexture> asTexture() { in asTexture() function