Home | History | Annotate | Download | only in functional

Lines Matching refs:VIEWPORT_WIDTH

604 		VIEWPORT_WIDTH		= 128,
668 if (m_context.getRenderTarget().getWidth() < VIEWPORT_WIDTH ||
671 throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport");
716 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
767 const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getIterationSeed(config));
2027 VIEWPORT_WIDTH = 128,
2085 if (m_context.getRenderTarget().getWidth() < VIEWPORT_WIDTH ||
2088 throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport");
2135 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
2166 const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getCaseSeed());