Searched refs:SH_VARIABLES (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h140 SH_VARIABLES = 0x0008, enumerator in enum:__anon11336
324 // SH_VARIABLES: Extracts attributes, uniforms, and varyings.
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp86 case 'u': compileOptions |= SH_VARIABLES; break;
175 if (compiled && (compileOptions & SH_VARIABLES)) {
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.cc155 SH_OBJECT_CODE | SH_VARIABLES |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
H A DANGLEPlatformBridge.cpp196 bool validateSuccess = ShCompile(compiler, shaderSourceStrings, 1, SH_OBJECT_CODE | SH_VARIABLES | extraCompileOptions);
/external/chromium_org/third_party/angle/src/compiler/
H A DCompiler.cpp204 if (success && (compileOptions & SH_VARIABLES)) {

Completed in 69 milliseconds