Searched refs:action_ok (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Devent.hpp43 /// will be started through the specified \a action_ok. If the
57 action action_ok, action action_fail);
79 action action_ok; member in struct:_cl_event
H A Devent.cpp30 action action_ok, action action_fail) :
32 action_ok(action_ok), action_fail(action_fail) {
43 action_ok(*this);
28 _cl_event(clover::context &ctx, std::vector<clover::event *> deps, action action_ok, action action_fail) argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.hpp43 /// will be started through the specified \a action_ok. If the
57 action action_ok, action action_fail);
79 action action_ok; member in struct:_cl_event
H A Devent.cpp30 action action_ok, action action_fail) :
32 action_ok(action_ok), action_fail(action_fail) {
43 action_ok(*this);
28 _cl_event(clover::context &ctx, std::vector<clover::event *> deps, action action_ok, action action_fail) argument

Completed in 1967 milliseconds