Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp172 constexpr uint32_t kNoPartId = std::numeric_limits<uint32_t>::max(); variable
178 uint32_t partIdIn = kNoPartId) in FmtReplayFunction()
201 if (fmt.partId != kNoPartId) in operator <<()
232 if (fmt.partId != kNoPartId) in operator <<()
1113 header << "void " << FmtSetupFunction(kNoPartId, context->id()) << ";\n"; in WriteAuxiliaryContextCppSetupReplay()
1114 setupCallStream << "void " << FmtSetupFunction(kNoPartId, context->id()) << "\n"; in WriteAuxiliaryContextCppSetupReplay()
1201 setupCallStream << "void " << FmtSetupFunction(kNoPartId, context->id()) << "\n"; in WriteWindowSurfaceContextCppReplay()
1215 out << " " << captureLabel << "::" << FmtSetupFunction(kNoPartId, kSharedContextId) in WriteWindowSurfaceContextCppReplay()
1219 out << " " << FmtSetupFunction(kNoPartId, context->id()) << ";\n"; in WriteWindowSurfaceContextCppReplay()
1341 header << "void " << FmtSetupFunction(kNoPartId, kSharedContextId) << ";\n"; in WriteSharedContextCppReplay()
[all …]