Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1025 std::stringstream callStreamParts; in WriteCppReplayFunctionWithParts() local
1034 callStreamParts << "void " << FmtFunction(replayFunc, contextID, frameIndex, ++partCount) in WriteCppReplayFunctionWithParts()
1036 callStreamParts << "{\n"; in WriteCppReplayFunctionWithParts()
1041 callStreamParts << " "; in WriteCppReplayFunctionWithParts()
1042 WriteCppReplayForCall(call, dataTracker, callStreamParts, header, binaryData); in WriteCppReplayFunctionWithParts()
1043 callStreamParts << ";\n"; in WriteCppReplayFunctionWithParts()
1047 callStreamParts << "}\n"; in WriteCppReplayFunctionWithParts()
1048 callStreamParts << "\n"; in WriteCppReplayFunctionWithParts()
1049 callStreamParts << "void " in WriteCppReplayFunctionWithParts()
1051 callStreamParts << "{\n"; in WriteCppReplayFunctionWithParts()
[all …]