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

  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 239 int compileOptions = SH_LIMIT_CALL_STACK_DEPTH;
258 compileOptions & ~SH_LIMIT_CALL_STACK_DEPTH, NULL));
267 int compileOptions = SH_LIMIT_CALL_STACK_DEPTH;
286 compileOptions & ~SH_LIMIT_CALL_STACK_DEPTH, NULL));
494 compileOptions | SH_LIMIT_CALL_STACK_DEPTH, kHasRecursion));
503 compileOptions | SH_LIMIT_CALL_STACK_DEPTH, NULL));
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 219 SH_LIMIT_CALL_STACK_DEPTH = 0x4000,
  /external/chromium_org/gpu/command_buffer/service/
shader_translator.cc 156 SH_LIMIT_EXPRESSION_COMPLEXITY | SH_LIMIT_CALL_STACK_DEPTH |
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 188 success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0);

Completed in 246 milliseconds