Lines Matching refs:fakeCtx
38 struct gl_context fakeCtx;39 fakeCtx.API = API_OPENGL;40 fakeCtx.Const.GLSLVersion = 130;41 fakeCtx.Extensions.ARB_ES2_compatibility = true;44 new(sh) _mesa_glsl_parse_state(&fakeCtx, target, sh);