Home | History | Annotate | Download | only in functional

Lines Matching defs:clearRect

427 				tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
430 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
433 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++)
471 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
474 if (!de::inBounds(y, clearRect.y(), clearRect.y()+clearRect.w()))
477 for (int x = clearRect.x(); x < clearRect.x()+clearRect.z(); x++)