Lines Matching full:getwidth
391 for (int x = 0; x < result.getWidth(); x++)
447 DE_ASSERT(result.getWidth() == errorMask.getWidth());
466 for (int x = 0; x < result.getWidth(); ++x)
637 const int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH);
653 const int viewportX = useFbo ? 0 : rnd.getInt(0, m_context.getRenderTarget().getWidth() - viewportSize.x());
812 tcu::PixelBufferAccess(transferFormat, result.getWidth(), result.getHeight(), result.getDepth(), result.getAccess().getDataPtr()));
825 tcu::Surface errorMask(result.getWidth(), result.getHeight());
1061 const float div = isX ? float(result.getWidth()) : float(result.getHeight());
1118 const float w = float(result.getWidth());
1267 for (int x = 0; x < level0.getWidth(); x++)
1269 const float xf = (float(x)+0.5f) / float(level0.getWidth());
1341 if (result.getWidth() < 2 || result.getHeight() < 2)
1344 tcu::ConstPixelBufferAccess compareArea = tcu::getSubregion(result, 1, 1, result.getWidth()-2, result.getHeight()-2);
1345 tcu::PixelBufferAccess maskArea = tcu::getSubregion(errorMask, 1, 1, errorMask.getWidth()-2, errorMask.getHeight()-2);
1348 const float w = float(result.getWidth());