Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/include/gpu/
DGrRenderTarget.h35 virtual GrTexture* asTexture() SK_OVERRIDE { return fTexture; } in asTexture() function
36 virtual const GrTexture* asTexture() const SK_OVERRIDE { return fTexture; } in asTexture() function
DGrTexture.h40 virtual GrTexture* asTexture() SK_OVERRIDE { return this; } in asTexture() function
41 virtual const GrTexture* asTexture() const SK_OVERRIDE { return this; } in asTexture() function
/external/skia/include/gpu/
DGrRenderTarget.h35 virtual GrTexture* asTexture() SK_OVERRIDE { return fTexture; } in asTexture() function
36 virtual const GrTexture* asTexture() const SK_OVERRIDE { return fTexture; } in asTexture() function
DGrTexture.h40 virtual GrTexture* asTexture() SK_OVERRIDE { return this; } in asTexture() function
41 virtual const GrTexture* asTexture() const SK_OVERRIDE { return this; } in asTexture() function