Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.cpp30 action action_ok, action action_fail) : in _cl_event() argument
32 action_ok(action_ok), action_fail(action_fail) { in _cl_event()
43 action_ok(*this); in trigger()
Devent.hpp57 action action_ok, action action_fail);
79 action action_ok; member