Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrTexture.h21 GrTexture* asTexture() override { return this; } in asTexture() function
22 const GrTexture* asTexture() const override { return this; } in asTexture() function
DGrSurface.h58 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function
59 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
/external/skia/src/gpu/ganesh/mock/
DGrMockTexture.h198 GrTexture* asTexture() override { return this; } in asTexture() function
200 const GrTexture* asTexture() const override { return this; } in asTexture() function