Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/samples/translator/
Dtranslator.cpp84 case 'm': compileOptions |= SH_MAP_LONG_VARIABLE_NAMES; break; in main()
177 …ctiveVariables(compiler, SH_ACTIVE_ATTRIBUTES, (compileOptions & SH_MAP_LONG_VARIABLE_NAMES) != 0); in main()
182 …tActiveVariables(compiler, SH_ACTIVE_UNIFORMS, (compileOptions & SH_MAP_LONG_VARIABLE_NAMES) != 0); in main()
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h143 SH_MAP_LONG_VARIABLE_NAMES = 0x0040, enumerator
/external/chromium_org/gpu/command_buffer/service/
Dshader_translator.cc156 SH_MAP_LONG_VARIABLE_NAMES | SH_ENFORCE_PACKING_RESTRICTIONS | in GetCompileOptions()
/external/chromium_org/third_party/angle/src/compiler/
DCompiler.cpp190 if (success && (compileOptions & SH_MAP_LONG_VARIABLE_NAMES) && hashFunction == NULL) in compile()