Searched refs:gpu_composition (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/test/trace_processor/graphics/ |
D | frame_timeline_events.py | 52 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=… 58 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=… 62 …Layer1", present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=… 69 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=… 73 …e="Layer1", present_type=PresentType.PRESENT_LATE, on_time_finish=0, gpu_composition=0, jank_type=… 80 …, pid=666, present_type=PresentType.PRESENT_EARLY, on_time_finish=1, gpu_composition=0, jank_type=… 84 …="Layer1", present_type=PresentType.PRESENT_EARLY, on_time_finish=1, gpu_composition=0, jank_type=… 90 …2, pid=666, present_type=PresentType.PRESENT_LATE, on_time_finish=0, gpu_composition=0, jank_type=… 96 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=… 100 …Layer1", present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=… [all …]
|
D | actual_frame_timeline_events.sql | 17 present_type, on_time_finish, gpu_composition, jank_type, prediction_type, jank_tag
|
D | actual_frame_timeline_events.out | 1 …,"surface_frame_token","layer_name","present_type","on_time_finish","gpu_composition","jank_type",…
|
D | android_sysui_cuj.py | 77 gpu_composition=0, 98 gpu_composition=0,
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | frame_timeline_event_parser.cc | 276 actual_row.gpu_composition = event.gpu_composition(); in ParseActualDisplayFrameStart() 305 Variadic::Integer(event.gpu_composition())); in ParseActualDisplayFrameStart() 471 actual_row.gpu_composition = event.gpu_composition(); in ParseActualSurfaceFrameStart() 516 Variadic::Integer(event.gpu_composition())); in ParseActualSurfaceFrameStart()
|
/external/perfetto/test/ |
D | synth_common.py | 670 gpu_composition, jank_type, prediction_type): argument 680 event.gpu_composition = gpu_composition 700 gpu_composition, jank_type, prediction_type): argument 712 event.gpu_composition = gpu_composition
|
/external/perfetto/protos/perfetto/trace/android/ |
D | frame_timeline_event.proto | 117 optional bool gpu_composition = 8; field 163 optional bool gpu_composition = 6; field
|
/external/perfetto/src/trace_processor/tables/ |
D | slice_tables.h | 146 C(int32_t, gpu_composition) \
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 2200 optional bool gpu_composition = 8; field 2246 optional bool gpu_composition = 6; field
|