Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp440 …emsStr(const IterT &begin, const IterT &end, int wrapLengthParam = 0, int numIndentationSpaces = 0) in elemsStr()
471 std::string containerStr(const ContainerT &c, int wrapLengthParam = 0, int numIndentationSpaces = 0) in containerStr()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp103 …emsStr(const IterT &begin, const IterT &end, int wrapLengthParam = 0, int numIndentationSpaces = 0) 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()