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/
H A DCLEvent.cpp131 EventPtrs Event::Cast(cl_uint numEvents, const cl_event *eventList) in Cast() argument
137 events.emplace_back(&(*eventList++)->cast<Event>()); in Cast()
H A DCLEvent.h52 static EventPtrs Cast(cl_uint numEvents, const cl_event *eventList);
H A 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()
H A DCLContext.h111 cl_int waitForEvents(cl_uint numEvents, const cl_event *eventList);
H A DCLCommandQueue.h235 cl_int enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList);
H A 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()

Completed in 4 milliseconds