Home
last modified time | relevance | path

Searched refs:baseIndentation (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp433 const std::string baseIndentation = std::string(numIndentationSpaces, ' '); in elemsStr() local
434 const std::string deepIndentation = baseIndentation + std::string(4, ' '); in elemsStr()
453 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp102 const string baseIndentation = string(numIndentationSpaces, ' '); in elemsStr() local
103 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr()
122 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()