Searched refs:elemsStr (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.hpp | 430 std::string elemsStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndenta… in elemsStr() function 463 return elemsStr(c.begin(), c.end(), wrapLengthParam, numIndentationSpaces); in containerStr()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 100 static string elemsStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numInden… in elemsStr() function 132 return elemsStr(c.begin(), c.end(), wrapLengthParam, numIndentationSpaces); in containerStr() 138 return elemsStr(DE_ARRAY_BEGIN(arr), DE_ARRAY_END(arr), wrapLengthParam, numIndentationSpaces); in arrayStr() 551 return "inner: " + elemsStr(inner, inner+numInner) + ", outer: " + elemsStr(outer, outer+numOuter); in tessellationLevelsString()
|