Home
last modified time | relevance | path

Searched defs:nativeDevice (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp57 for (cl_device_id nativeDevice : nativeDevices) in getDevices() local
86 const cl_device_id nativeDevice = device.getImpl<CLDeviceCL>().getNative(); in createCommandQueue() local
H A DCLPlatformCL.cpp360 cl_device_id nativeDevice = nativeDevices[index]; in createDevices() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DDevice11.cpp19 Device11::Device11(void *nativeDevice) in Device11()
/aosp_15_r20/external/angle/src/libANGLE/
H A DDevice.cpp48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice()
/aosp_15_r20/cts/tests/tests/nativemidi/jni/
H A Dnative-lib.cpp92 AMidiDevice* nativeDevice; member in TestContext