Searched defs:GrGLContext (Results 1 – 4 of 4) sorted by relevance
96 GrGLContext(ConstructorArgs&& args) : INHERITED(std::move(args)) {} in GrGLContext() function
102 GrGLContext(ConstructorArgs&& args) : INHERITED(std::move(args)), fCompiler(nullptr) {} in GrGLContext() function
30 class GrGLContext; variable