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

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 407 const std::string deepIndentation = baseIndentation + std::string(4, ' ');
414 result += std::string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " ");
421 result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : "");
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 103 const string deepIndentation = baseIndentation + string(4, ' ');
110 result += string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " ");
117 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : "");
    [all...]

Completed in 56 milliseconds