Home
last modified time | relevance | path

Searched defs:numIndentationSpaces (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp430 …msStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0) in elemsStr()
461 std::string containerStr (const ContainerT& c, int wrapLengthParam = 0, int numIndentationSpaces = … in containerStr()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp100 …msStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0) in elemsStr()
130 static string containerStr (const ContainerT& c, int wrapLengthParam = 0, int numIndentationSpaces in containerStr()
136 static string arrayStr (const T (&arr)[N], int wrapLengthParam = 0, int numIndentationSpaces = 0) in arrayStr()