Searched refs:indexTest (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp144 const IndexTest& indexTest = tests[testNdx]; local
145 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
147 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
148 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
151 spec.indexType = indexTest.type;
152 spec.indexStorage = indexTest.storage;
154 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp346 const IndexTest& indexTest = tests[testNdx]; local
347 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
349 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
350 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
353 spec.indexType = indexTest.type;
354 spec.indexStorage = indexTest.storage;
356 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp330 const IndexTest& indexTest = tests[testNdx]; local
331 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
333 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
334 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
337 spec.indexType = indexTest.type;
338 spec.indexStorage = indexTest.storage;
346 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp448 const IndexTest& indexTest = tests[testNdx]; local
449 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
451 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
452 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
455 spec.indexType = indexTest.type;
456 spec.indexStorage = indexTest.storage;
458 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp516 const IndexTest& indexTest = tests[testNdx]; local
518 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
519 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
522 spec.indexType = indexTest.type;
524 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
526 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type));
527 spec.indexPointerOffset = indexTest.offsets[iterationNdx];
583 const IndexTest& indexTest local
[all...]

Completed in 119 milliseconds