Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageUtil.cpp395 const int NUM_STEPS = 13; in initializeDepthRbo() local
406 for (int ndx = 0; ndx < NUM_STEPS; ++ndx) in initializeDepthRbo()
408 const float depth = (float)ndx / float(NUM_STEPS); in initializeDepthRbo()
409 …nst tcu::IVec2 size = tcu::IVec2((int)((float)(NUM_STEPS - ndx) * ((float)ref.getWidth() / float(N… in initializeDepthRbo()
410 …(int)((float)(NUM_STEPS - ndx) * ((float)ref.getHeight() / float(NUM_STEPS + 4)))); // not symmetr… in initializeDepthRbo()