Searched defs:FrameRecord (Results 1 – 8 of 8) sorted by relevance
91 struct FrameRecord { struct92 FrameRecord() : in FrameRecord() argument96 nsecs_t desiredPresentTime;97 nsecs_t frameReadyTime;98 nsecs_t actualPresentTime;99 std::shared_ptr<FenceTime> frameReadyFence;100 std::shared_ptr<FenceTime> actualPresentFence;
106 struct FrameRecord { struct109 FrameRecord(uint32_t id) : frameId(id), refCount(0) {}; in FrameRecord() argument110 FrameRecord(uint32_t id, uint32_t count) : frameId(id), refCount(count) {}; in FrameRecord() function
73 struct FrameRecord { struct76 FrameRecord(uint32_t id) : frameId(id), refCount(0) {}; in FrameRecord() argument
122 struct FrameRecord { struct125 explicit FrameRecord(uint32_t id) : frameId(id), refCount(0) {} in FrameRecord() function
1108 std::set<Register> FrameRecord; in spillCalleeSavedRegisters() local1155 std::set<Register> FrameRecord; in restoreCalleeSavedRegisters() local
46 } FrameRecord; typedef
824 FrameRecord, in tryARM64PackedUnwind() enumerator
459 } FrameRecord; typedef