Searched refs:mCommandBufferDiagnostics (Results 1 – 2 of 2) sorted by relevance
6070 mCommandBufferDiagnostics.push_back(commandBufferDiagnostics); in addCommandBufferDiagnostics()6077 if (mCommandBufferDiagnostics.empty()) in dumpCommandStreamDiagnostics()6083 for (size_t index = 0; index < mCommandBufferDiagnostics.size(); ++index) in dumpCommandStreamDiagnostics()6085 const std::string &payload = mCommandBufferDiagnostics[index]; in dumpCommandStreamDiagnostics()6089 for (size_t index = 0; index < mCommandBufferDiagnostics.size() - 1; ++index) in dumpCommandStreamDiagnostics()6094 mCommandBufferDiagnostics.clear(); in dumpCommandStreamDiagnostics()
1224 std::vector<std::string> mCommandBufferDiagnostics; variable