Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DCLCommandQueueImpl.h199 virtual angle::Result enqueueWaitForEvents(const cl::EventPtrs &events) = 0;
/external/angle/src/libANGLE/renderer/cl/
DCLCommandQueueCL.h200 angle::Result enqueueWaitForEvents(const cl::EventPtrs &events) override;
DCLCommandQueueCL.cpp663 angle::Result CLCommandQueueCL::enqueueWaitForEvents(const cl::EventPtrs &events) in enqueueWaitForEvents() function in rx::CLCommandQueueCL
/external/angle/src/libANGLE/
DCLCommandQueue.h233 angle::Result enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList);
DCLCommandQueue.cpp667 angle::Result CommandQueue::enqueueWaitForEvents(cl_uint numEvents, const cl_event *eventList) in enqueueWaitForEvents() function in cl::CommandQueue
669 return mImpl->enqueueWaitForEvents(Event::Cast(numEvents, eventList)); in enqueueWaitForEvents()
/external/angle/src/libANGLE/renderer/vulkan/
DCLCommandQueueVk.h314 angle::Result enqueueWaitForEvents(const cl::EventPtrs &events) override;
DCLCommandQueueVk.cpp1374 angle::Result CLCommandQueueVk::enqueueWaitForEvents(const cl::EventPtrs &events) in enqueueWaitForEvents() function in rx::CLCommandQueueVk
/external/angle/src/libGLESv2/
Dcl_stubs.cpp1184 command_queue->cast<CommandQueue>().enqueueWaitForEvents(num_events, event_list)); in EnqueueWaitForEvents()
/external/ComputeLibrary/include/CL/
Dopencl.hpp8665 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_API_SUFFIX__VERSION_1_1_DEPRECAT…
/external/mesa3d/include/CL/
Dopencl.hpp8708 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_API_SUFFIX__VERSION_1_1_DEPRECAT… in enqueueWaitForEvents() function in cl::CommandQueue
Dcl.hpp6455 …cl_int enqueueWaitForEvents(const VECTOR_CLASS<Event>& events) const CL_EXT_SUFFIX__VERSION_1_1_DE… in enqueueWaitForEvents() function in cl::CommandQueue
/external/OpenCL-CLHPP/include/CL/
Dopencl.hpp8967 …cl_int enqueueWaitForEvents(const vector<Event>& events) const CL_API_SUFFIX__VERSION_1_1_DEPRECAT… in enqueueWaitForEvents() function in cl::CommandQueue