Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTexturePriv.h61 GrTexturePriv(GrTexture* texture) : fTexture(texture) { } in GrTexturePriv() function
62 GrTexturePriv(const GrTexturePriv& that) : fTexture(that.fTexture) { } in GrTexturePriv() function
/third_party/flutter/skia/include/gpu/
DGrTexture.h19 class GrTexturePriv; variable
103 friend class GrTexturePriv; variable