Lines Matching refs:getRenderTarget
297 const int width = m_context.getRenderTarget().getWidth(); in iterate()
298 const int height = m_context.getRenderTarget().getHeight(); in iterate()
299 …const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().ge… in iterate()
394 const int width = m_context.getRenderTarget().getWidth(); in iterate()
395 const int height = m_context.getRenderTarget().getHeight(); in iterate()
396 …const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().ge… in iterate()
484 const int width = de::min(256, m_context.getRenderTarget().getWidth()); in iterate()
485 const int height = de::min(256, m_context.getRenderTarget().getHeight()); in iterate()
538 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width); in iterate()
539 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
609 const int width = de::min(64, m_context.getRenderTarget().getWidth()); in iterate()
610 const int height = de::min(64, m_context.getRenderTarget().getHeight()); in iterate()
611 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width); in iterate()
612 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
613 …const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().ge… in iterate()
762 const int width = m_context.getRenderTarget().getWidth(); in init()
763 const int height = m_context.getRenderTarget().getHeight(); in init()
986 const int width = m_context.getRenderTarget().getWidth(); in iterate()
987 const int height = m_context.getRenderTarget().getHeight(); in iterate()