Home
last modified time | relevance | path

Searched refs:indexTypeToString (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.hpp187 static std::string indexTypeToString (IndexType type);
H A DglsDrawTest.cpp2368 std::string DrawTestSpec::indexTypeToString (IndexType type) in indexTypeToString() function in deqp::gls::DrawTestSpec
2485 << "index_" << DrawTestSpec::indexTypeToString(indexType) << "_" in getName()
2587 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2595 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2605 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2622 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2724 << "\tindex type " << DrawTestSpec::indexTypeToString(indexType) << "\n" in getMultilineDesc()
2732 << "\tindex type " << DrawTestSpec::indexTypeToString(indexType) << "\n" in getMultilineDesc()
2742 << "\tindex type " << DrawTestSpec::indexTypeToString(indexType) << "\n" in getMultilineDesc()
2759 << "\tindex type " << DrawTestSpec::indexTypeToString(indexTyp in getMultilineDesc()
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp136 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
137 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp523 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
524 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
591 const std::string name = std::string("index_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
592 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
H A Des31fDrawTests.cpp520 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
521 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
587 const std::string name = std::string("index_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
588 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp319 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
320 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp347 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
348 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp448 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
449 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage); in init()

Completed in 16 milliseconds