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

  /external/deqp/modules/glshared/
glsDrawTest.hpp 182 static std::string indexTypeToString (IndexType type);
glsDrawTest.cpp     [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 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);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 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);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 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);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 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 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);
583 const std::string name = std::string("index_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
584 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
    [all...]

Completed in 114 milliseconds