Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp347 const std::string baseIndentation = std::string(numIndentationSpaces, ' '); in elemsStr() local
348 const std::string deepIndentation = baseIndentation + std::string(4, ' '); in elemsStr()
367 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp100 const string baseIndentation = string(numIndentationSpaces, ' '); in elemsStr() local
101 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr()
120 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()