Searched defs:pfn_event_notify (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Devent.cpp119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
125 if (!pfn_event_notify || type != CL_COMPLETE)
129 // pfn_event_notify as completion action.
134 pfn_event_notify(ev, ev->status(), user_data);
118 clSetEventCallback(cl_event ev, cl_int type, void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int, void *), void *user_data) argument
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Devent.cpp119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
125 if (!pfn_event_notify || type != CL_COMPLETE)
129 // pfn_event_notify as completion action.
134 pfn_event_notify(ev, ev->status(), user_data);
118 clSetEventCallback(cl_event ev, cl_int type, void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int, void *), void *user_data) argument

Completed in 82 milliseconds