Searched refs:fInterface (Results 1 – 2 of 2) sorted by relevance
11 GrSafeUnref(fInterface); in ~GrGLContextInfo()19 fInterface = NULL; in GrGLContextInfo()24 fInterface = NULL; in GrGLContextInfo()29 GrSafeAssign(fInterface, ctx.fInterface); in operator =()40 GrSafeSetNull(fInterface); in reset()62 fInterface = interface; in initialize()
57 const GrGLInterface* interface() const { return fInterface; } in interface()79 const GrGLInterface* fInterface; variable