Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp98 …msStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0) in elemsStr() argument
100 const string baseIndentation = string(numIndentationSpaces, ' '); in elemsStr()
128 static string containerStr (const ContainerT& c, int wrapLengthParam = 0, int numIndentationSpaces in containerStr() argument
130 return elemsStr(c.begin(), c.end(), wrapLengthParam, numIndentationSpaces); in containerStr()
134 static string arrayStr (const T (&arr)[N], int wrapLengthParam = 0, int numIndentationSpaces = 0) in arrayStr() argument
136 return elemsStr(DE_ARRAY_BEGIN(arr), DE_ARRAY_END(arr), wrapLengthParam, numIndentationSpaces); in arrayStr()