Home
last modified time | relevance | path

Searched refs:s_testWrapModes (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp95 static const GLenum s_testWrapModes[] = { variable
746 … params.wrapModeS = s_testWrapModes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testWrapModes) - 1)]; in init()
747 … params.wrapModeT = s_testWrapModes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testWrapModes) - 1)]; in init()
748 … params.wrapModeR = s_testWrapModes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testWrapModes) - 1)]; in init()
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp84 static const GLenum s_testWrapModes[] = { variable
590 … params.wrapModeS = s_testWrapModes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testWrapModes) - 1)]; in init()
591 … params.wrapModeT = s_testWrapModes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testWrapModes) - 1)]; in init()