Home
last modified time | relevance | path

Searched refs:waitForEvents (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLContextImpl.h81 virtual cl_int waitForEvents(const cl::EventPtrs &events) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLContext.cpp329 cl_int Context::waitForEvents(cl_uint numEvents, const cl_event *eventList) in waitForEvents() function in cl::Context
331 return mImpl->waitForEvents(Event::Cast(numEvents, eventList)); in waitForEvents()
DCLContext.h111 cl_int waitForEvents(cl_uint numEvents, const cl_event *eventList);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.h86 cl_int waitForEvents(const cl::EventPtrs &events) override;
DCLContextCL.cpp347 cl_int CLContextCL::waitForEvents(const cl::EventPtrs &events) in waitForEvents() function in rx::CLContextCL
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp634 return (*event_list)->cast<Event>().getContext().waitForEvents(num_events, event_list); in WaitForEvents()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl2.hpp3093 waitForEvents(const vector<Event>& events) in waitForEvents() function in cl::Event
Dcl.hpp2957 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents() function in cl::Event
/third_party/mesa3d/include/CL/
Dcl2.hpp3245 waitForEvents(const vector<Event>& events) in waitForEvents() function in cl::Event
Dcl.hpp2974 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents() function in cl::Event