Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.c107 gl_ctx->Const.DisableGLSLLineContinuations = false; in init_fake_gl_context()
149 gl_ctx.Const.DisableGLSLLineContinuations = true; in main()
Dpp.c233 if (! gl_ctx->Const.DisableGLSLLineContinuations) in glcpp_preprocess()
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h847 GLboolean DisableGLSLLineContinuations; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1444 consts->DisableGLSLLineContinuations = 1; in st_init_extensions()