Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp67 constexpr size_t kFunctionSizeLimit = 5000; variable
1032 if (calls.size() > kFunctionSizeLimit) in WriteCppReplayFunctionWithParts()
1045 if (partCount > 0 && ++callCount % kFunctionSizeLimit == 0) in WriteCppReplayFunctionWithParts()