Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlinker.cpp1128 if (!ctx->Const.AllowGLSLRelaxedES && in cross_validate_globals()
4602 if (!ctx->Const.AllowGLSLRelaxedES && in link_shaders()
4621 if (!ctx->Const.AllowGLSLRelaxedES && prog->Shaders[0]->IsES && in link_shaders()
Dbuiltin_functions.cpp569 state->ctx->Const.AllowGLSLRelaxedES); in derivatives()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1426 consts->AllowGLSLRelaxedES = GL_TRUE; in st_init_extensions()
/external/mesa3d/src/mesa/main/
Dmtypes.h3854 GLboolean AllowGLSLRelaxedES; member