HomeSort by relevance Sort by last modified time
    Searched refs:indexTest (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 107 struct IndexTest
115 const IndexTest tests[] =
130 const IndexTest& indexTest = tests[testNdx];
132 DE_ASSERT(indexTest.storage != gls::DrawTestSpec::STORAGE_USER);
133 DE_ASSERT(!indexTest.aligned);
136 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
137 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
140 spec.indexType = indexTest.type
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 309 struct IndexTest
317 const IndexTest tests[] =
342 const IndexTest& indexTest = tests[testNdx];
343 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER)
344 ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup))
345 : ((indexTest.aligned) ? (bufferGroup) : (DE_NULL));
347 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
348 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage)
    [all...]
  /art/test/020-string/src/
Main.java 26 indexTest();
70 public static void indexTest() {
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 288 struct IndexTest
296 const IndexTest tests[] =
313 const IndexTest& indexTest = tests[testNdx];
315 DE_ASSERT(indexTest.storage != gls::DrawTestSpec::STORAGE_USER);
316 DE_ASSERT(!indexTest.aligned);
319 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
320 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
323 spec.indexType = indexTest.type
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 407 struct IndexTest
415 const IndexTest tests[] =
443 const IndexTest& indexTest = tests[testNdx];
444 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER)
445 ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup))
446 : ((indexTest.aligned) ? (bufferGroup) : (DE_NULL));
448 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
449 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 494 struct IndexTest
500 const IndexTest tests[] =
514 const IndexTest& indexTest = tests[testNdx];
516 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
517 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
520 spec.indexType = indexTest.type;
522 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
524 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type))
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 472 milliseconds