Home
last modified time | relevance | path

Searched refs:AllowGLSLExtensionDirectiveMidShader (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1126 consts->AllowGLSLExtensionDirectiveMidShader = GL_TRUE; in st_init_extensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c818 ctx->Const.AllowGLSLExtensionDirectiveMidShader = in brw_process_driconf_options()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp307 ctx->Const.AllowGLSLExtensionDirectiveMidShader; in _mesa_glsl_parse_state()
/external/mesa3d/src/mesa/main/
Dmtypes.h3721 GLboolean AllowGLSLExtensionDirectiveMidShader; member