Searched refs:EventHandlerFile (Results 1 – 2 of 2) sorted by relevance
98 class EventHandlerApiStats : public EventHandlerFile101 EventHandlerApiStats(uint32_t id) : EventHandlerFile(id) in EventHandlerApiStats()154 EventHandlerFile::Handle(e); in Handle()174 EventHandlerFile::Handle(e); in Handle()182 class EventHandlerWorkerStats : public EventHandlerFile185 EventHandlerWorkerStats(uint32_t id) : EventHandlerFile(id), mNeedFlush(false) in EventHandlerWorkerStats()407 EventHandlerFile::Handle(PSInfo(drawId, in FlushDraw()420 EventHandlerFile::Handle(CSInfo(drawId, in FlushDraw()435 EventHandlerFile::Handle(EarlyZSingleSample( in FlushDraw()437 EventHandlerFile::Handle(LateZSingleSample( in FlushDraw()[all …]
48 class EventHandlerFile : public EventHandler class51 EventHandlerFile(uint32_t id) : mBufOffset(0) in EventHandlerFile() function in ArchRast::EventHandlerFile87 virtual ~EventHandlerFile() { FlushBuffer(); } in ~EventHandlerFile()