Searched refs:outDevice (Results 1 – 5 of 5) sorted by relevance
/external/angle/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);
|
/external/gptfdisk/ |
D | gptcl.h | 35 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable
|
D | gptcl.cc | 30 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/ |
D | renderergl_utils.cpp | 1816 angle::DeviceID *outDevice) in GetSystemInfoVendorIDAndDeviceID() argument 1822 *outDevice = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].deviceId; in GetSystemInfoVendorIDAndDeviceID() 1827 *outDevice = GetDeviceID(functions); in GetSystemInfoVendorIDAndDeviceID()
|