Home
last modified time | relevance | path

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

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