HomeSort by relevance Sort by last modified time
    Searched refs:elemsStr (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 403 std::string elemsStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0)
436 return elemsStr(c.begin(), c.end(), wrapLengthParam, numIndentationSpaces);
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 100 static string elemsStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0)
132 return elemsStr(c.begin(), c.end(), wrapLengthParam, numIndentationSpaces);
138 return elemsStr(DE_ARRAY_BEGIN(arr), DE_ARRAY_END(arr), wrapLengthParam, numIndentationSpaces);
551 return "inner: " + elemsStr(inner, inner+numInner) + ", outer: " + elemsStr(outer, outer+numOuter);
    [all...]

Completed in 495 milliseconds