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

  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 317 const float colorStep = 1.0f / (float)(numSteps-1);
325 cmd.color = Vec4(0.0f, 0.0f, colorStep*ndx, 0.0f);
339 float colorStep = 1.0f / numValues; // 0 is reserved for non-matching.
350 cmd.color = Vec4(0.0f, colorStep*(ndx+1), 0.0f, 0.0f);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 317 const float colorStep = 1.0f / (float)(numSteps-1);
325 cmd.color = Vec4(0.0f, 0.0f, colorStep*ndx, 0.0f);
339 float colorStep = 1.0f / numValues; // 0 is reserved for non-matching.
350 cmd.color = Vec4(0.0f, colorStep*(ndx+1), 0.0f, 0.0f);
    [all...]

Completed in 238 milliseconds