Home
last modified time | relevance | path

Searched refs:DEPTH_STEPS (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp63 DEPTH_STEPS = 32 enumerator
326 int numSteps = DEPTH_STEPS; in renderGL()
438 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); in renderReference()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp63 DEPTH_STEPS = 32 enumerator
329 int numSteps = DEPTH_STEPS; in renderGL()
441 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); in renderReference()