Searched refs:nativeDevice (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | DeviceD3D.cpp | 19 DeviceD3D::DeviceD3D(GLint deviceType, void *nativeDevice) in DeviceD3D() argument 20 : mDevice(nativeDevice), mDeviceType(deviceType), mIsInitialized(false) in DeviceD3D()
|
D | DeviceD3D.h | 21 DeviceD3D(EGLint deviceType, void *nativeDevice);
|
/external/angle/src/libANGLE/ |
D | Device.cpp | 48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() argument 57 newDeviceImpl.reset(new rx::DeviceD3D(deviceType, nativeDevice)); in CreateDevice()
|
D | Device.h | 44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 60 for (cl_device_id nativeDevice : nativeDevices) in getDevices() local 64 (*it)->getImpl<CLDeviceCL>().getNative() != nativeDevice) in getDevices() 90 const cl_device_id nativeDevice = device.getImpl<CLDeviceCL>().getNative(); in createCommandQueue() local 95 mNative, nativeDevice, commandQueue.getProperties().get(), &errorCode); in createCommandQueue() 103 mNative, nativeDevice, propArray, &errorCode); in createCommandQueue()
|
D | CLPlatformCL.cpp | 366 cl_device_id nativeDevice = nativeDevices[index]; in createDevices() local 367 createDatas.emplace_back(types[index], [nativeDevice](const cl::Device &device) { in createDevices() 368 return CLDeviceCL::Ptr(new CLDeviceCL(device, nativeDevice)); in createDevices()
|