Home
last modified time | relevance | path

Searched refs:mDeviceQueues (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h93 std::unordered_set<const _cl_command_queue *> mDeviceQueues; member
120 return data->mDeviceQueues.find(queue) != data->mDeviceQueues.cend(); in hasDeviceQueue()
DCLCommandQueueCL.cpp45 commandQueue.getContext().getImpl<CLContextCL>().mData->mDeviceQueues.emplace( in CLCommandQueueCL()
55 mCommandQueue.getContext().getImpl<CLContextCL>().mData->mDeviceQueues.erase( in ~CLCommandQueueCL()