Searched refs:outDevice (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Device.cpp | 48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() argument 50 *outDevice = nullptr; in CreateDevice() 69 *outDevice = new Device(nullptr, newDeviceImpl.release()); in CreateDevice()
|
D | Device.h | 44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Device.cpp | 48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() argument 50 *outDevice = nullptr; in CreateDevice() 69 *outDevice = new Device(nullptr, newDeviceImpl.release()); in CreateDevice()
|
D | Device.h | 44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
|
/third_party/gptfdisk/ |
D | gptcl.h | 32 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable
|
D | gptcl.cc | 33 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL; in GPTDataCL() 108 …{"replicate", 'R', POPT_ARG_STRING, &outDevice, 'R', "replicate partition table", "device_filename… in DoOptions() 370 secondDevice.SetDisk(outDevice); in DoOptions()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1813 angle::DeviceID *outDevice) in GetSystemInfoVendorIDAndDeviceID() argument 1817 *outDevice = 0; in GetSystemInfoVendorIDAndDeviceID() 1830 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID() 1839 *outDevice = gpu.deviceId; in GetSystemInfoVendorIDAndDeviceID() 1848 *outDevice = GetDeviceID(functions); in GetSystemInfoVendorIDAndDeviceID()
|