Home
last modified time | relevance | path

Searched refs:GrIORefProxy (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h34 class GrIORefProxy : public SkNoncopyable {
36 GrIORefProxy() : fRefCnt(1) {} in GrIORefProxy() function
38 virtual ~GrIORefProxy() {} in ~GrIORefProxy()
65 class GrSurfaceProxy : public GrIORefProxy {
445 typedef GrIORefProxy INHERITED;
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h395 friend class GrIORefProxy; variable