Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTexture.h24 GrTexture* asTexture() override { return this; } in asTexture() function
25 const GrTexture* asTexture() const override { return this; } in asTexture() function
DGrSurface.h65 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function
66 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
/external/skqp/include/gpu/
DGrTexture.h24 GrTexture* asTexture() override { return this; } in asTexture() function
25 const GrTexture* asTexture() const override { return this; } in asTexture() function
DGrSurface.h51 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function
52 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
/external/skia/src/gpu/mock/
DGrMockTexture.h148 GrTexture* asTexture() override { return this; } in asTexture() function
150 const GrTexture* asTexture() const override { return this; } in asTexture() function
/external/skqp/src/gpu/mock/
DGrMockTexture.h178 GrTexture* asTexture() override { return this; } in asTexture() function
180 const GrTexture* asTexture() const override { return this; } in asTexture() function