Home
last modified time | relevance | path

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

/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.h49 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function
50 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
/external/skia/include/gpu/
DGrTexture.h25 GrTexture* asTexture() override { return this; } in asTexture() function
26 const GrTexture* asTexture() const override { return this; } in asTexture() function
DGrSurface.h49 virtual GrTexture* asTexture() { return nullptr; } in asTexture() function
50 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() function
/external/skia/src/gpu/mock/
DGrMockTexture.h76 GrTexture* asTexture() override { return this; } in asTexture() function
78 const GrTexture* asTexture() const override { return this; } in asTexture() function
/external/skqp/src/gpu/mock/
DGrMockTexture.h76 GrTexture* asTexture() override { return this; } in asTexture() function
78 const GrTexture* asTexture() const override { return this; } in asTexture() function