Lines Matching refs:getRenderTarget
282 const int width = m_context.getRenderTarget().getWidth(); in iterate()
283 const int height = m_context.getRenderTarget().getHeight(); in iterate()
284 …const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().ge… in iterate()
376 const int width = m_context.getRenderTarget().getWidth(); in iterate()
377 const int height = m_context.getRenderTarget().getHeight(); in iterate()
378 …const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().ge… in iterate()
463 const int width = de::min(256, m_context.getRenderTarget().getWidth()); in iterate()
464 const int height = de::min(256, m_context.getRenderTarget().getHeight()); in iterate()
514 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width); in iterate()
515 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
585 const int width = de::min(64, m_context.getRenderTarget().getWidth()); in iterate()
586 const int height = de::min(64, m_context.getRenderTarget().getHeight()); in iterate()
587 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width); in iterate()
588 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
589 …const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().ge… in iterate()