Searched defs:OutputResources (Results 1 – 2 of 2) sorted by relevance
73 struct OutputResources { struct75 res_id_to_frame_buf_id: BTreeMap<OutputResourceId, FrameBufferId>,76 frame_buf_id_to_res_id: BTreeMap<FrameBufferId, OutputResourceId>,79 queued_res_ids: BTreeSet<OutputResourceId>,103 impl OutputResources { argument
6502 "OutputResources":{ object