Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrSurface.h62 virtual GrTexture* asTexture() { return NULL; } in asTexture() function
63 virtual const GrTexture* asTexture() const { return NULL; } in asTexture() function
DGrTexture.h21 GrTexture* asTexture() override { return this; } in asTexture() function
22 const GrTexture* asTexture() const override { return this; } in asTexture() function