Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTexture.h17 class GrTexturePriv; variable
72 friend class GrTexturePriv; variable
/external/skia/src/gpu/
DGrTexturePriv.h65 GrTexturePriv(GrTexture* texture) : fTexture(texture) { } in GrTexturePriv() function
66 GrTexturePriv(const GrTexturePriv& that) : fTexture(that.fTexture) { } in GrTexturePriv() function