Home
last modified time | relevance | path

Searched defs:asTexture (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrTexture.h33 GrTexture* asTexture() override { return this; } in asTexture() function
34 const GrTexture* asTexture() const override { return this; } in asTexture() function
DGrSurface.h67 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function
68 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
/external/skia/src/gpu/graphite/
DTexture.h38 const Texture* asTexture() const override { return this; } in asTexture() function
DResource.h244 virtual const Texture* asTexture() const { return nullptr; } in asTexture() function
/external/skia/src/gpu/ganesh/mock/
DGrMockTexture.h207 GrTexture* asTexture() override { return this; } in asTexture() function
209 const GrTexture* asTexture() const override { return this; } in asTexture() function