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

/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp196 string numInstancesStr = de::toString(m_numInstances) + ".0"; local
206 posExpression = "a_position + vec4(float(gl_InstanceID) * 2.0 / " + numInstancesStr + ", 0.0, 0.0, 0.0)";
207 colorRExpression = "float(gl_InstanceID)/" + numInstancesStr;
211 colorGExpression = "float(gl_InstanceID)*2.0/" + numInstancesStr;
212 colorBExpression = "1.0 - float(gl_InstanceID)/" + numInstancesStr;

Completed in 66 milliseconds