Home
last modified time | relevance | path

Searched defs:nativeEventsPtr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp85 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueReadBuffer() local
109 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueWriteBuffer() local
138 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueReadBufferRect() local
171 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueWriteBufferRect() local
199 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueCopyBuffer() local
227 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueCopyBufferRect() local
253 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueFillBuffer() local
278 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueMapBuffer() local
306 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueReadImage() local
334 const cl_event *const nativeEventsPtr = nativeEvents.empty() ? nullptr : nativeEvents.data(); in enqueueWriteImage() local
[all …]