Searched refs:storageToString (Results 1 - 11 of 11) sorted by relevance

/external/deqp/modules/glshared/
H A DglsDrawTest.hpp180 static std::string storageToString (Storage storage);
H A DglsDrawTest.cpp2400 std::string DrawTestSpec::storageToString (Storage storage) function in class:deqp::gls::DrawTestSpec
2531 << DrawTestSpec::storageToString(attrib.storage) << "_"
2549 << DrawTestSpec::storageToString(indexStorage) << "_"
2623 << "Storage in " << DrawTestSpec::storageToString(attrib.storage) << ", "
2651 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2659 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2669 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2686 << "index storage in " << DrawTestSpec::storageToString(indexStorage) << ", "
2760 << "\tStorage in " << DrawTestSpec::storageToString(attrib.storage) << "\n"
2788 << "\tindex storage in " << DrawTestSpec::storageToString(indexStorag
[all...]
H A DglsVertexArrayTests.hpp146 static std::string storageToString (Storage storage);
H A DglsVertexArrayTests.cpp147 std::string Array::storageToString (Storage storage) function in class:deqp::gls::Array
1925 << Array::storageToString(array.storage) << "_"
1970 << "Storage in " << Array::storageToString(array.storage) << ", "
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp190 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
H A Des3sDrawTests.cpp320 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp187 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
800 << Array::storageToString(spec.arrays[arrayNdx].storage);
H A Des3fDrawTests.cpp449 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp137 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp348 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
H A Des2fVertexArrayTest.cpp587 << Array::storageToString(spec.arrays[arrayNdx].storage);

Completed in 3366 milliseconds