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

  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 256 int endVal = 1<<stencilBits;
257 int numStencilValues = endVal/stencilStep + 1;
264 int value = deMin32(ndx*stencilStep, endVal-1);
265 float colorMix = (float)value/(float)de::max(1, endVal-1);
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 259 int endVal = 1<<stencilBits;
260 int numStencilValues = endVal/stencilStep + 1;
267 int value = deMin32(ndx*stencilStep, endVal-1);
268 float colorMix = (float)value/(float)de::max(1, endVal-1);

Completed in 3574 milliseconds