Home | History | Annotate | Download | only in gl

Lines Matching defs:glContext

200     auto glContext = GrGLContext::Make(std::move(interface), options);
201 if (!glContext) {
204 return sk_sp<GrGpu>(new GrGLGpu(std::move(glContext), context));
2116 if (this->glContext().driver() == kChromium_GrGLDriver) {
2517 if (kChromium_GrGLDriver != this->glContext().driver()) {