HomeSort by relevance Sort by last modified time
    Searched refs:action_fail (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.hpp 45 /// instead, the specified \a action_fail is executed and the
58 action action_ok, action action_fail);
94 action action_fail; member in class:clover::event
event.cpp 29 action action_ok, action action_fail) :
31 action_ok(action_ok), action_fail(action_fail) {
73 action_fail(*this);

Completed in 73 milliseconds