Home | History | Annotate | Download | only in functional

Lines Matching defs:RENDER_SIZE

194 		RENDER_SIZE = 32
233 if (m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE)
234 throw tcu::NotSupportedError("Render target must be at least " + de::toString<int>(RENDER_SIZE) + "x" + de::toString<int>(RENDER_SIZE));
373 tcu::Surface dest (RENDER_SIZE, RENDER_SIZE);
378 gl.glViewport(0, 0, RENDER_SIZE, RENDER_SIZE);
423 tcu::Surface errorMask (RENDER_SIZE, RENDER_SIZE);
436 for (int y = 0; y < RENDER_SIZE; ++y)
437 for (int x = 0; x < RENDER_SIZE; ++x)