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

/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp227 static string stringJoin (const vector<string>& elems, const string& delim) function in namespace:deqp::gles3::Functional
241 return "vec4(" + stringJoin(elems, ", ") + ")";

Completed in 77 milliseconds