Home
last modified time | relevance | path

Searched refs:enqueueWaitForEvents (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/cl/
DCLCommandQueueCL.h203 cl_int enqueueWaitForEvents(const cl::EventPtrs &events) override;
DCLCommandQueueCL.cpp634 cl_int CLCommandQueueCL::enqueueWaitForEvents(const cl::EventPtrs &events) in enqueueWaitForEvents() function in rx::CLCommandQueueCL
/external/angle/src/libANGLE/renderer/
DCLCommandQueueImpl.h202 virtual cl_int enqueueWaitForEvents(const cl::EventPtrs &events) = 0;
/external/angle/src/libANGLE/
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() function in cl::CommandQueue
665 return mImpl->enqueueWaitForEvents(Event::Cast(numEvents, eventList)); in enqueueWaitForEvents()
/external/angle/src/libGLESv2/
Dcl_stubs.cpp1149 return command_queue->cast<CommandQueue>().enqueueWaitForEvents(num_events, event_list); in EnqueueWaitForEvents()
/external/mesa3d/include/CL/
Dcl2.hpp8556 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DEPRECAT…
Dcl.hpp6460 …cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DE… in enqueueWaitForEvents() function in cl::CommandQueue