Home
last modified time | relevance | path

Searched refs:indexTypeToString (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/glshared/
DglsDrawTest.hpp182 static std::string indexTypeToString (IndexType type);
DglsDrawTest.cpp2347 std::string DrawTestSpec::indexTypeToString (IndexType type) in indexTypeToString() function in deqp::gls::DrawTestSpec
2464 << "index_" << DrawTestSpec::indexTypeToString(indexType) << "_" in getName()
2566 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2574 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2584 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2601 << "index type " << DrawTestSpec::indexTypeToString(indexType) << ", " in getDesc()
2703 << "\tindex type " << DrawTestSpec::indexTypeToString(indexType) << "\n" in getMultilineDesc()
2711 << "\tindex type " << DrawTestSpec::indexTypeToString(indexType) << "\n" in getMultilineDesc()
2721 << "\tindex type " << DrawTestSpec::indexTypeToString(indexType) << "\n" in getMultilineDesc()
2738 << "\tindex type " << DrawTestSpec::indexTypeToString(indexType) << "\n" in getMultilineDesc()
[all …]
/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp136 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
137 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp319 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
320 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp347 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
348 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp448 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
449 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTes… in init()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp516 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
517 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
583 …ex_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexTypeToString(indexTest.ty… in init()
584 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()