Home | History | Annotate | Download | only in functional

Lines Matching defs:RENDER_SIZE

2918 			(m_context.getRenderTarget().getWidth() < RENDER_SIZE || m_context.getRenderTarget().getHeight() < RENDER_SIZE))
2919 throw tcu::NotSupportedError("Render target must have at least " + toString(RENDER_SIZE) + " width and height");
2925 static const int RENDER_SIZE;
2932 const int EarlyFragmentTestsCase::RENDER_SIZE = 32;
2941 const int viewportWidth = RENDER_SIZE;
2942 const int viewportHeight = RENDER_SIZE;
2977 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE);
2987 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, RENDER_SIZE, RENDER_SIZE);
2996 glLog.glRenderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, RENDER_SIZE, RENDER_SIZE);