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

/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp127 TEST_RENDER_SIZE = 64 enumerator in enum:deqp::gles31::Stress::__anon4765::BindingRenderCase::__anon4766
164 if (m_context.getRenderTarget().getWidth() < TEST_RENDER_SIZE || m_context.getRenderTarget().getHeight() < TEST_RENDER_SIZE)
165 throw tcu::NotSupportedError("Test requires at least " + de::toString<int>(TEST_RENDER_SIZE) + "x" + de::toString<int>(TEST_RENDER_SIZE) + " render target");
190 tcu::Surface surface(TEST_RENDER_SIZE, TEST_RENDER_SIZE);
/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp133 TEST_RENDER_SIZE = 64 enumerator in enum:deqp::gles31::Functional::__anon4756::BindingRenderCase::__anon4757
170 if (m_context.getRenderTarget().getWidth() < TEST_RENDER_SIZE || m_context.getRenderTarget().getHeight() < TEST_RENDER_SIZE)
171 throw tcu::NotSupportedError("Test requires at least " + de::toString<int>(TEST_RENDER_SIZE) + "x" + de::toString<int>(TEST_RENDER_SIZE) + " render target");
196 tcu::Surface surface(TEST_RENDER_SIZE, TEST_RENDER_SIZE);

Completed in 63 milliseconds