Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1111 std::stringstream setupCallStream; in WriteAuxiliaryContextCppSetupReplay() local
1114 setupCallStream << "void " << FmtSetupFunction(kNoPartId, context->id()) << "\n"; in WriteAuxiliaryContextCppSetupReplay()
1115 setupCallStream << "{\n"; in WriteAuxiliaryContextCppSetupReplay()
1118 binaryData, setupCalls, include, setupCallStream, out); in WriteAuxiliaryContextCppSetupReplay()
1120 out << setupCallStream.str(); in WriteAuxiliaryContextCppSetupReplay()
1199 std::stringstream setupCallStream; in WriteWindowSurfaceContextCppReplay() local
1201 setupCallStream << "void " << FmtSetupFunction(kNoPartId, context->id()) << "\n"; in WriteWindowSurfaceContextCppReplay()
1202 setupCallStream << "{\n"; in WriteWindowSurfaceContextCppReplay()
1205 binaryData, setupCalls, header, setupCallStream, out); in WriteWindowSurfaceContextCppReplay()
1207 out << setupCallStream.str(); in WriteWindowSurfaceContextCppReplay()
[all …]