Searched refs:fGLCaps (Results 1 – 2 of 2) sorted by relevance
45 const GrGLCaps* caps() const { return fGLCaps.get(); } in caps()46 GrGLCaps* caps() { return fGLCaps.get(); } in caps()77 sk_sp<GrGLCaps> fGLCaps; variable
103 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()