Home | History | Annotate | Download | only in functional

Lines Matching defs:RENDER_SIZE

1000 	static const IVec2					RENDER_SIZE;
1017 const IVec2 TextureGatherCase::RENDER_SIZE = IVec2(64, 64);
1256 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_colorBufferFormat), RENDER_SIZE.x(), RENDER_SIZE.y());
1266 << " and size " << RENDER_SIZE << TestLog::EndMessage;
1338 const tcu::IVec2 renderSize = RENDER_SIZE;
1363 gl.viewport(0, 0, RENDER_SIZE.x(), RENDER_SIZE.y());
1406 gl.uniform2f(viewportSizeUniformLocation, (float)RENDER_SIZE.x(), (float)RENDER_SIZE.y());
1431 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferFormat);
1503 return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCompareRefZDefault(RENDER_SIZE), *pixelOffsets);