Home
last modified time | relevance | path

Searched refs:ForceGLSLVersion (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dshader_cache.cpp186 ctx->Const.ForceGLSLVersion); in shader_cache_read_program_metadata()
Dglsl_parser_extras.cpp84 this->forced_language_version = ctx->Const.ForceGLSLVersion; in _mesa_glsl_parse_state()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c921 ctx->Const.ForceGLSLVersion = in brw_process_driconf_options()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1189 consts->ForceGLSLVersion = options->force_glsl_version; in st_init_extensions()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h3908 GLuint ForceGLSLVersion; member