Home | History | Annotate | Download | only in common

Lines Matching refs:IPC_STRUCT_MEMBER

25   IPC_STRUCT_MEMBER(int, gpu_host_id)
26 IPC_STRUCT_MEMBER(int, gpu_route_id)
27 IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox)
28 IPC_STRUCT_MEMBER(gfx::Size, size)
33 IPC_STRUCT_MEMBER(int, producing_host_id)
34 IPC_STRUCT_MEMBER(int, producing_route_id)
36 IPC_STRUCT_MEMBER(cc::CompositorFrame, frame)
37 IPC_STRUCT_MEMBER(uint32, output_surface_id)
38 IPC_STRUCT_MEMBER(base::SharedMemoryHandle, shared_memory_handle)
42 IPC_STRUCT_MEMBER(int, gpu_host_id)
43 IPC_STRUCT_MEMBER(int, gpu_route_id)
44 IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox)
45 IPC_STRUCT_MEMBER(uint32, sync_point)
50 IPC_STRUCT_MEMBER(int, producing_host_id)
51 IPC_STRUCT_MEMBER(int, producing_route_id)
53 IPC_STRUCT_MEMBER(uint32, output_surface_id)
54 IPC_STRUCT_MEMBER(cc::CompositorFrameAck, ack)
58 IPC_STRUCT_MEMBER(int, route_id)
59 IPC_STRUCT_MEMBER(uint32, output_surface_id)
60 IPC_STRUCT_MEMBER(int, renderer_host_id)
61 IPC_STRUCT_MEMBER(cc::CompositorFrameAck, ack)