Home
last modified time | relevance | path

Searched refs:usageTypeToString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp56 …: TestCaseGroup(context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage).… in SingleVertexArrayUsageGroup()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsDrawTest.hpp184 static std::string usageTypeToString(Usage usage);
H A DglsVertexArrayTests.hpp146 static std::string usageTypeToString(Usage usage);
H A DglsVertexArrayTests.cpp123 std::string Array::usageTypeToString(Usage usage) in usageTypeToString() function in deqp::gls::Array
1940 << Array::usageTypeToString(array.usage) << "_"; in getName()
H A DglsDrawTest.cpp2792 std::string DrawTestSpec::usageTypeToString(Usage usage) in usageTypeToString() function in deqp::gls::DrawTestSpec
2940 … << DrawTestSpec::usageTypeToString(attrib.usage) << "_" << attrib.instanceDivisor << "_"; in getName()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp54 …: TestCaseGroup(context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage).… in SingleVertexArrayUsageGroup()