Lines Matching defs:api
1009 gl_api api;
1018 api = API_OPENGL_COMPAT;
1021 api = API_OPENGLES;
1024 api = API_OPENGLES2;
1027 api = API_OPENGL_CORE;
1074 st = st_create_context(api, pipe, mode_ptr, shared_ctx,
1414 struct st_config_options *options, gl_api api)
1420 if (_mesa_override_gl_version_contextless(&consts, &api, &version)) {
1424 _mesa_init_constants(&consts, api);
1428 st_init_extensions(screen, &consts, &extensions, options, api);
1429 version = _mesa_get_version(&extensions, &consts, api);
1452 .api = ST_API_OPENGL,