Lines Matching refs:size
377 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(stencilValues) - ndx) * ((float)ref.getWidth() / float(DE_LENGTH_OF_ARRAY(stencilValues)))),
380 if (size.x() == 0 || size.y() == 0)
383 GLU_CHECK_GLW_CALL(gl, scissor(0, 0, size.x(), size.y()));
387 tcu::clearStencil(tcu::getSubregion(ref.getLevel(0), 0, 0, size.x(), size.y()), stencil);
411 const tcu::IVec2 size = tcu::IVec2((int)((float)(NUM_STEPS - ndx) * ((float)ref.getWidth() / float(NUM_STEPS))),
414 if (size.x() == 0 || size.y() == 0)
417 GLU_CHECK_GLW_CALL(gl, scissor(0, 0, size.x(), size.y()));
421 tcu::clearDepth(tcu::getSubregion(ref.getLevel(0), 0, 0, size.x(), size.y()), depth);
452 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(colorValues) - ndx) * ((float)ref.getWidth() / float(DE_LENGTH_OF_ARRAY(colorValues)))),
455 if (size.x() == 0 || size.y() == 0)
458 GLU_CHECK_GLW_CALL(gl, scissor(0, 0, size.x(), size.y()));
462 tcu::clear(tcu::getSubregion(ref.getLevel(0), 0, 0, size.x(), size.y()), colorValues[ndx]);