OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deepIndentation
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp
342
const std::string
deepIndentation
= baseIndentation + std::string(4, ' ');
349
result += std::string() + "{" + (length > wrapLength ? "\n"+
deepIndentation
: " ");
356
result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+
deepIndentation
: "");
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
101
const string
deepIndentation
= baseIndentation + string(4, ' ');
108
result += string() + "{" + (length > wrapLength ? "\n"+
deepIndentation
: " ");
115
result += string() + ", " + (index % wrapLength == 0 ? "\n"+
deepIndentation
: "");
[
all
...]
Completed in 735 milliseconds