Searched defs:glCtx (Results 1 – 10 of 10) sorted by relevance
40 const GrGLContext& glCtx = fProgramBuilder->gpu()->glContext(); in compileAndAttachShaders() local
20 GrGLuint GrGLCompileAndAttachShader(const GrGLContext& glCtx, in GrGLCompileAndAttachShader()
115 const GrGLContext& glCtx = gpu->glContext(); in compileAndAttachShaders() local
116 SkAutoTUnref<SkGLContextHelper> glCtx; in get() local
133 SkAutoTUnref<SkGLContextHelper> glCtx; variable
723 static GrGLuint attach_shader(const GrGLContext& glCtx, in attach_shader()988 const GrGLContext& glCtx = this->gpu()->glContext(); in compileAndAttachShaders() local
387 struct gl_context *glCtx; member