Searched refs:boundValueStr (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp460 const char* boundValueStr = isStaticCase ? loopBoundStr : local
517 op << " for (mediump float i = 0.0; i < " << boundValueStr << "; i++)\n"; local
522 op << " while (i < " << boundValueStr << ")\n"; local
539 op << " } while (i < " << boundValueStr << ");\n"; local
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp464 const char* boundValueStr = isStaticCase ? loopBoundStr : local
525 op << " for (mediump float i = 0.0; i < " << boundValueStr << "; i++)\n"; local
530 op << " while (i < " << boundValueStr << ")\n"; local
547 op << " } while (i < " << boundValueStr << ");\n"; local

Completed in 54 milliseconds