Searched defs:endVal (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fStencilTests.cpp256 int endVal = 1<<stencilBits; local
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/
H A Des3fStencilTests.cpp259 int endVal = 1<<stencilBits; local
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 32 milliseconds