Searched defs:FrameRecord (Results 1 – 3 of 3) sorted by relevance
93 struct FrameRecord { struct94 FrameRecord() : in FrameRecord() argument98 nsecs_t desiredPresentTime;99 nsecs_t frameReadyTime;100 nsecs_t actualPresentTime;101 std::shared_ptr<FenceTime> frameReadyFence;102 std::shared_ptr<FenceTime> actualPresentFence;
76 struct FrameRecord { struct79 FrameRecord(uint32_t id) : frameId(id), refCount(0) {}; in FrameRecord() argument
133 struct FrameRecord { struct136 FrameRecord(uint32_t id) : frameId(id), refCount(0) {}; in FrameRecord() function