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

  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 315 static const float depthSteps[] = {-1.0f, -0.5f, 0.0f, 0.5f, 1.0f};
316 int numSteps = DE_LENGTH_OF_ARRAY(depthSteps);
327 cmd.params.depth = depthSteps[ndx]+epsilon;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 315 static const float depthSteps[] = {-1.0f, -0.5f, 0.0f, 0.5f, 1.0f};
316 int numSteps = DE_LENGTH_OF_ARRAY(depthSteps);
327 cmd.params.depth = depthSteps[ndx]+epsilon;
    [all...]

Completed in 116 milliseconds