OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SH_TIMING_RESTRICTIONS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h
155
SH_TIMING_RESTRICTIONS
= 0x0200,
161
// - The compile options contain the
SH_TIMING_RESTRICTIONS
flag.
/external/chromium_org/third_party/angle/samples/translator/
translator.cpp
90
case 't': compileOptions |=
SH_TIMING_RESTRICTIONS
; break;
/external/chromium_org/third_party/angle/src/compiler/
Compiler.cpp
164
if (success && (compileOptions &
SH_TIMING_RESTRICTIONS
))
Completed in 25 milliseconds