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

  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 62 STENCIL_STEPS = 32,
359 int numSteps = STENCIL_STEPS;
486 float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_STEPS-1);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 62 STENCIL_STEPS = 32,
362 int numSteps = STENCIL_STEPS;
489 float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_STEPS-1);

Completed in 319 milliseconds