Home
last modified time | relevance | path

Searched refs:eventList (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLEvent.cpp131 EventPtrs Event::Cast(cl_uint numEvents, const cl_event *eventList) in Cast() argument
137 events.emplace_back(&(*eventList++)->cast<Event>()); in Cast()
DCLEvent.h52 static EventPtrs Cast(cl_uint numEvents, const cl_event *eventList);
DCLContext.cpp329 cl_int Context::waitForEvents(cl_uint numEvents, const cl_event *eventList) in waitForEvents() argument
331 return mImpl->waitForEvents(Event::Cast(numEvents, eventList)); in waitForEvents()
DCLContext.h111 cl_int waitForEvents(cl_uint numEvents, const cl_event *eventList);
DCLCommandQueue.h235 cl_int enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList);
DCLCommandQueue.cpp663 cl_int CommandQueue::enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList) in enqueueWaitForEvents() argument
665 return mImpl->enqueueWaitForEvents(Event::Cast(numEvents, eventList)); in enqueueWaitForEvents()