Lines Matching refs:GrGLContext
86 class GrGLContext {
91 GrGLContext() { this->reset(); }
94 * Creates a GrGLContext from a GrGLInterface and the currently
97 explicit GrGLContext(const GrGLInterface* interface);
100 * Copies a GrGLContext
102 GrGLContext(const GrGLContext& ctx);
104 ~GrGLContext() { GrSafeUnref(fInterface); }
107 * Copies a GrGLContext
109 GrGLContext& operator= (const GrGLContext& ctx);
112 * Initializes a GrGLContext from a GrGLInterface and the currently