Home
last modified time | relevance | path

Searched refs:outDevice (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDevice.cpp48 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()
DDevice.h44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDevice.cpp48 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()
DDevice.h44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
/third_party/gptfdisk/
Dgptcl.h32 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable
Dgptcl.cc33 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/
Drenderergl_utils.cpp1813 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()