Home
last modified time | relevance | path

Searched refs:AllowGLSLCompatShaders (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h638 GLboolean AllowGLSLCompatShaders; member
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp462 !this->consts->AllowGLSLCompatShaders) { in process_version_directive()
884 (state->consts->AllowGLSLCompatShaders && in _mesa_glsl_process_extension()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1146 consts->AllowGLSLCompatShaders = options->allow_glsl_compat_shaders; in st_init_extensions()