Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCLCommandQueue.cpp158 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueReadBuffer() local
181 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueWriteBuffer() local
209 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueReadBufferRect() local
238 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueWriteBufferRect() local
262 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueCopyBuffer() local
289 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueCopyBufferRect() local
312 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueFillBuffer() local
336 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueMapBuffer() local
361 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueReadImage() local
386 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueWriteImage() local
[all …]
/external/angle/src/libANGLE/renderer/cl/
DCLCommandQueueCL.cpp79 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBuffer()
103 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBuffer()
132 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBufferRect()
165 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBufferRect()
193 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBuffer()
221 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBufferRect()
248 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueFillBuffer()
271 CLEventImpl::CreateFunc *eventCreateFunc, in enqueueMapBuffer()
300 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadImage()
328 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteImage()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
DCLCommandQueueVk.cpp257 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBuffer()
293 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBuffer()
335 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBufferRect()
383 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBufferRect()
426 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBuffer()
479 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBufferRect()
510 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueFillBuffer()
538 CLEventImpl::CreateFunc *eventCreateFunc, in enqueueMapBuffer()
828 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadImage()
885 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteImage()
[all …]