Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dstate.c351 ctx->Const.GLSLVersionCompat >= 150) { in update_program_constants()
Dversion.c578 consts->GLSLVersion = consts->GLSLVersionCompat; in _mesa_get_version()
Dconsts_exts.h575 GLuint GLSLVersionCompat; /**< Desktop compat GLSL version supported */ member
Dcontext.c480 consts->GLSLVersionCompat = consts->GLSLVersion; in _mesa_init_constants()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1125 consts->GLSLVersionCompat = in st_init_extensions()
1131 api == API_OPENGL_COMPAT ? consts->GLSLVersionCompat : in st_init_extensions()
1264 (api != API_OPENGL_COMPAT || consts->GLSLVersionCompat >= 400)) { in st_init_extensions()