Searched defs:validSamples (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp725 const glw::GLint validSamples[] = {0, 1}; local
729 m_verifier->verifyIntegerAnyOf(m_testCtx, GL_SAMPLES, validSamples, DE_LENGTH_OF_ARRAY(validSamples));
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1004 const glw::GLint validSamples[] = {0, 1}; local
1008 m_verifier->verifyIntegerAnyOf(m_testCtx, GL_SAMPLES, validSamples, DE_LENGTH_OF_ARRAY(validSamples));

Completed in 59 milliseconds