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

/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp125 const bool isVertCase = params.shaderType == glu::SHADERTYPE_VERTEX; local
136 if (!isVertCase)
143 (isVertCase ? vert : frag) << "uniform highp int u_iterCount;\n";
145 if (isVertCase)
157 if (!isVertCase && params.iterCountType == ITERCOUNTTYPE_DYNAMIC)
163 const std::string iterCount = params.iterCountType == ITERCOUNTTYPE_DYNAMIC ? (isVertCase ? "a_iterCount" : "v_iterCount") :
167 std::ostringstream& op = isVertCase ? vert : frag;
169 op << " mediump vec4 color = " << (isVertCase ? "a_position.xyxy" : "gl_FragCoord") << ";\n";
195 if (isVertCase)

Completed in 243 milliseconds