Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp561 std::ostringstream callOut; in WriteCppReplayForCall() local
568 callOut << "gShaderProgramMap[" << id << "] = "; in WriteCppReplayForCall()
574 callOut << "gSyncMap[" << SyncIndexValue(sync) << "] = "; in WriteCppReplayForCall()
601 callOut << "gMappedBufferData["; in WriteCppReplayForCall()
602 WriteParamValueReplay<ParamType::TBufferID>(callOut, call, bufferID); in WriteCppReplayForCall()
603 callOut << "] = "; in WriteCppReplayForCall()
606 callOut << call.name() << "("; in WriteCppReplayForCall()
613 callOut << ", "; in WriteCppReplayForCall()
618 callOut << "gClientArrays[" << param.arrayClientPointerIndex << "]"; in WriteCppReplayForCall()
622 callOut << "reinterpret_cast<" << ParamTypeToString(param.type) << ">(gReadBuffer)"; in WriteCppReplayForCall()
[all …]