Home
last modified time | relevance | path

Searched refs:GrSurfaceContextPriv (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurfaceContextPriv.h16 class GrSurfaceContextPriv {
21 explicit GrSurfaceContextPriv(GrSurfaceContext* surfaceContext) in GrSurfaceContextPriv() function
25 GrSurfaceContextPriv(const GrSurfaceContextPriv&) {} // unimpl in GrSurfaceContextPriv() argument
26 GrSurfaceContextPriv& operator=(const GrSurfaceContextPriv&); // unimpl
29 const GrSurfaceContextPriv* operator&() const;
30 GrSurfaceContextPriv* operator&();
37 inline GrSurfaceContextPriv GrSurfaceContext::surfPriv() { in surfPriv()
38 return GrSurfaceContextPriv(this); in surfPriv()
41 inline const GrSurfaceContextPriv GrSurfaceContext::surfPriv() const { in surfPriv()
42 return GrSurfaceContextPriv(const_cast<GrSurfaceContext*>(this)); in surfPriv()
DGrSurfaceContext.h28 class GrSurfaceContextPriv; variable
91 GrSurfaceContextPriv surfPriv();
92 const GrSurfaceContextPriv surfPriv() const;
106 friend class GrSurfaceContextPriv;
/third_party/flutter/skia/gn/
Dgpu.gni202 "$_src/gpu/GrSurfaceContextPriv.h",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia633 FILE: ../../../third_party/skia/src/gpu/GrSurfaceContextPriv.h