Home
last modified time | relevance | path

Searched defs:EventCB (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dtypes.rs139 impl EventCB { impl
/aosp_15_r20/external/angle/include/
H A Dangle_cl.h35 using EventCB = void(CL_CALLBACK *)(cl_event event, cl_int event_command_status, void *user_data); variable
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Devent.rs182 pub fn add_cb(&self, state: cl_int, cb: EventCB) { in add_cb()