Lines Matching refs:gl_ctx
353 size_t include_cursor = _mesa_get_shader_include_cursor(parser->gl_ctx->Shared);
358 _mesa_set_shader_include_cursor(parser->gl_ctx->Shared, 0);
364 _mesa_lookup_shader_include(parser->gl_ctx, path, false);
372 glcpp_parser_create(parser->gl_ctx, parser->extensions, parser->state);
424 _mesa_set_shader_include_cursor(parser->gl_ctx->Shared, include_cursor);
784 if (parser->gl_ctx->Const.AllowExtraPPTokens)
1473 glcpp_parser_create(struct gl_context *gl_ctx,
1508 parser->gl_ctx = gl_ctx;
1510 parser->extension_list = &gl_ctx->Extensions;
1512 parser->api = gl_ctx->API;