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

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

Completed in 378 milliseconds