HomeSort by relevance Sort by last modified time
    Searched refs:GrSurfaceContextPriv (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrSurfaceContextPriv.h 16 class GrSurfaceContextPriv {
21 explicit GrSurfaceContextPriv(GrSurfaceContext* surfaceContext)
25 GrSurfaceContextPriv(const GrSurfaceContextPriv&) {} // unimpl
26 GrSurfaceContextPriv& operator=(const GrSurfaceContextPriv&); // unimpl
29 const GrSurfaceContextPriv* operator&() const;
30 GrSurfaceContextPriv* operator&();
37 inline GrSurfaceContextPriv GrSurfaceContext::surfPriv() {
38 return GrSurfaceContextPriv(this)
    [all...]
GrSurfaceContext.h 23 class GrSurfaceContextPriv;
109 GrSurfaceContextPriv surfPriv();
110 const GrSurfaceContextPriv surfPriv() const;
113 friend class GrSurfaceContextPriv;

Completed in 75 milliseconds