HomeSort by relevance Sort by last modified time
    Searched refs:SH_TIMING_RESTRICTIONS (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 138 SH_TIMING_RESTRICTIONS = 0x0200,
144 // - The compile options contain the SH_TIMING_RESTRICTIONS flag.
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 89 case 't': compileOptions |= SH_TIMING_RESTRICTIONS; break;
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 200 if (success && (compileOptions & SH_TIMING_RESTRICTIONS))

Completed in 695 milliseconds