Lines Matching full:getwidth
205 int width = renderTarget.getWidth();
233 int width = renderTarget.getWidth();
411 tcu::TextureLevel depthBufRow (getDepthFormat(renderTarget.getDepthBits()), dst.getWidth(), 1, 1);
417 for (int x = 0; x < rowAccess.getWidth(); x++)
427 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
438 for (int x = 0; x < dst.getWidth(); x++)
454 tcu::TextureLevel depthBufRow (getStencilFormat(stencilBits), dst.getWidth(), 1, 1);
461 for (int x = 0; x < rowAccess.getWidth(); x++)
471 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
486 for (int x = 0; x < dst.getWidth(); x++)