Home
last modified time | relevance | path

Searched refs:time_msec (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/tests/
Dweston-test-client-helper.c154 uint32_t time_msec, wl_fixed_t x, wl_fixed_t y) in pointer_handle_motion() argument
160 pointer->motion_time_msec = time_msec; in pointer_handle_motion()
170 uint32_t serial, uint32_t time_msec, uint32_t button, in pointer_handle_button() argument
177 pointer->button_time_msec = time_msec; in pointer_handle_button()
186 uint32_t time_msec, uint32_t axis, wl_fixed_t value) in pointer_handle_axis() argument
192 pointer->axis_time_msec = time_msec; in pointer_handle_axis()
215 uint32_t time_msec, uint32_t axis) in pointer_handle_axis_stop() argument
220 pointer->axis_stop_time_msec = time_msec; in pointer_handle_axis_stop()
285 uint32_t serial, uint32_t time_msec, uint32_t key, in keyboard_handle_key() argument
292 keyboard->key_time_msec = time_msec; in keyboard_handle_key()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c632 int time_msec = (int)((time_end - time_begin) / 1000); in gallivm_compile_module() local
635 gallivm->module_name, time_msec); in gallivm_compile_module()
722 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function() local
724 LLVMGetValueName(func), time_msec); in gallivm_jit_function()