Searched refs:TEST_RENDER_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp129 TEST_RENDER_SIZE = 64 enumerator in enum:deqp::gles31::Stress::__anon20382::BindingRenderCase::__anon20383
166 if (m_context.getRenderTarget().getWidth() < TEST_RENDER_SIZE || m_context.getRenderTarget().getHeight() < TEST_RENDER_SIZE)
167 throw tcu::NotSupportedError("Test requires at least " + de::toString<int>(TEST_RENDER_SIZE) + "x" + de::toString<int>(TEST_RENDER_SIZE) + " render target");
192 tcu::Surface surface(TEST_RENDER_SIZE, TEST_RENDER_SIZE);
/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp135 TEST_RENDER_SIZE = 64 enumerator in enum:deqp::gles31::Functional::__anon20373::BindingRenderCase::__anon20374
172 if (m_context.getRenderTarget().getWidth() < TEST_RENDER_SIZE || m_context.getRenderTarget().getHeight() < TEST_RENDER_SIZE)
173 throw tcu::NotSupportedError("Test requires at least " + de::toString<int>(TEST_RENDER_SIZE) + "x" + de::toString<int>(TEST_RENDER_SIZE) + " render target");
198 tcu::Surface surface(TEST_RENDER_SIZE, TEST_RENDER_SIZE);

Completed in 51 milliseconds