Home
last modified time | relevance | path

Searched refs:outDevice (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A 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()
H A DDevice.h44 static egl::Error CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice);
/third_party/gptfdisk/
H A Dgptcl.h32 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; member in GPTDataCL
H A Dgptcl.cc33 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL; in GPTDataCL()
109 {"replicate", 'R', POPT_ARG_STRING, &outDevice, 'R', "replicate partition table", "device_filename"}, in DoOptions()
382 secondDevice.SetDisk(outDevice); in DoOptions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1813 angle::DeviceID *outDevice) in GetSystemInfoVendorIDAndDeviceID()
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()
1810 GetSystemInfoVendorIDAndDeviceID(const FunctionsGL *functions, angle::SystemInfo *outSystemInfo, angle::VendorID *outVendor, angle::DeviceID *outDevice) GetSystemInfoVendorIDAndDeviceID() argument

Completed in 6 milliseconds