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