Home
last modified time | relevance | path

Searched refs:fInterface (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLContextInfo.cpp11 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()
DGrGLContextInfo.h57 const GrGLInterface* interface() const { return fInterface; } in interface()
79 const GrGLInterface* fInterface; variable