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

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 341 const std::string baseIndentation = std::string(numIndentationSpaces, ' ');
342 const std::string deepIndentation = baseIndentation + std::string(4, ' ');
361 result += length > wrapLength ? "\n"+baseIndentation : " ";
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 100 const string baseIndentation = string(numIndentationSpaces, ' ');
101 const string deepIndentation = baseIndentation + string(4, ' ');
120 result += length > wrapLength ? "\n"+baseIndentation : " ";
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 77 milliseconds