Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp876 const int indexIndex = (x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y) * 6; in iterate() local
879 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, &indices[indexIndex]); in iterate()
1375 const int indexIndex = y * 6; in testFBO() local
1378 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, &indices[indexIndex]); in testFBO()
1585 const int indexIndex = (x * numBlendFuncs + y) * 6; in testFBO() local
1597 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, &indices[indexIndex]); in testFBO()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp891 const int indexIndex = (x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y) * 6; in iterate() local
894 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, &indices[indexIndex]); in iterate()
1738 const int indexIndex = y * 6; in testFBO() local
1741 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, &indices[indexIndex]); in testFBO()
1953 const int indexIndex = (x * numBlendFuncs + y) * 6; in testFBO() local
1965 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, &indices[indexIndex]); in testFBO()