Searched defs:wrapLengthParam (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUtil.hpp | 440 std::string elemsStr(const IterT &begin, const IterT &end, int wrapLengthParam = 0, int numIndentat… in elemsStr() 471 std::string containerStr(const ContainerT &c, int wrapLengthParam = 0, int numIndentationSpaces = 0) in containerStr()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 103 static string elemsStr(const IterT &begin, const IterT &end, int wrapLengthParam = 0, int numIndent… in elemsStr() 133 static string containerStr(const ContainerT &c, int wrapLengthParam = 0, int numIndentationSpaces =… in containerStr() 139 static string arrayStr(const T (&arr)[N], int wrapLengthParam = 0, int numIndentationSpaces = 0) in arrayStr()
|