Lines Matching full:getwidth
202 int width = renderTarget.getWidth();
230 int width = renderTarget.getWidth();
408 tcu::TextureLevel depthBufRow (getDepthFormat(renderTarget.getDepthBits()), dst.getWidth(), 1, 1);
414 for (int x = 0; x < rowAccess.getWidth(); x++)
424 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
435 for (int x = 0; x < dst.getWidth(); x++)
451 tcu::TextureLevel depthBufRow (getStencilFormat(stencilBits), dst.getWidth(), 1, 1);
458 for (int x = 0; x < rowAccess.getWidth(); x++)
468 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
483 for (int x = 0; x < dst.getWidth(); x++)