Searched defs:GrGLContext (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLContext.h89 class GrGLContext : public GrGLContextInfo { class in inherits:GrGLContextInfo
92 * Creates a GrGLContext from a GrGLInterface and the currently
95 explicit GrGLContext(const GrGLInterface* interface) { function in class:GrGLContext
99 GrGLContext(const GrGLContext& that) : INHERITED(that) {} function in class:GrGLContext
101 GrGLContext& operator= (const GrGLContext& that) {

Completed in 41 milliseconds