Lines Matching refs:m_viewportHeight
146 int m_viewportHeight;
166 , m_viewportHeight (0)
194 m_viewportHeight = de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT);
198 m_firstQuadInt.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1);
199 m_secondQuadInt.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1);
208 m_viewportWidth, m_viewportHeight);
260 int viewportY = rnd.getInt(0, m_renderHeight - m_viewportHeight);
261 TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
262 TextureLevel referenceImg (renderedImg.getFormat(), m_viewportWidth, m_viewportHeight);
296 glViewport(viewportX, viewportY, m_viewportWidth, m_viewportHeight);