Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFrameCapture.cpp483 std::ostringstream callOut; in WriteCppReplayForCall() local
489 callOut << "gShaderProgramMap[" << id << "] = "; in WriteCppReplayForCall()
495 callOut << "gSyncMap[" << SyncIndexValue(sync) << "] = "; in WriteCppReplayForCall()
508 callOut << "gMappedBufferData["; in WriteCppReplayForCall()
509 WriteParamValueReplay<ParamType::TBufferID>(callOut, call, bufferID); in WriteCppReplayForCall()
510 callOut << "] = "; in WriteCppReplayForCall()
514 callOut << call.name() << "("; in WriteCppReplayForCall()
521 callOut << ", "; in WriteCppReplayForCall()
526 callOut << "gClientArrays[" << param.arrayClientPointerIndex << "]"; in WriteCppReplayForCall()
530 callOut << "reinterpret_cast<" << ParamTypeToString(param.type) << ">(gReadBuffer)"; in WriteCppReplayForCall()
[all …]