Home
last modified time | relevance | path

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

/external/angle/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);
/external/gptfdisk/
Dgptcl.h35 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable
Dgptcl.cc30 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL; in GPTDataCL()
101 …{"replicate", 'R', POPT_ARG_STRING, &outDevice, 'R', "replicate partition table", "device_filename… in DoOptions()
353 secondDevice.SetDisk(outDevice); in DoOptions()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1816 angle::DeviceID *outDevice) in GetSystemInfoVendorIDAndDeviceID() argument
1822 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID()
1827 *outDevice = GetDeviceID(functions); in GetSystemInfoVendorIDAndDeviceID()