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

  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 458 static const char* unstableBoundHighStr = "15.5";
512 op << " mediump float loopBound = fract(v_bound) < 0.5 ? " << unstableBoundLowStr << " : " << unstableBoundHighStr << ";\n";
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 462 static const char* unstableBoundHighStr = "15.5";
520 op << " mediump float loopBound = fract(v_bound) < 0.5 ? " << unstableBoundLowStr << " : " << unstableBoundHighStr << ";\n";

Completed in 142 milliseconds