Home | History | Annotate | Download | only in gl

Lines Matching defs:glCtx

634 static bool attach_shader(const GrGLContext& glCtx,
638 const GrGLInterface* gli = glCtx.interface();
652 bool checkCompiled = !glCtx.info().isChromium();
874 const GrGLContext& glCtx = this->gpu()->glContext();
882 if (!attach_shader(glCtx, programId, GR_GL_VERTEX_SHADER, vertShaderSrc)) {
910 if (!attach_shader(glCtx, programId, GR_GL_GEOMETRY_SHADER, geomShaderSrc)) {