Searched refs:max_devices (Results 1 - 4 of 4) sorted by relevance

/external/libdrm/tests/
H A Ddrmdevice.c69 int fd, ret, max_devices; local
71 max_devices = drmGetDevices(NULL, 0);
73 if (max_devices <= 0) {
74 printf("drmGetDevices() has returned %d\n", max_devices);
78 devices = calloc(max_devices, sizeof(drmDevicePtr));
84 ret = drmGetDevices(devices, max_devices);
/external/libdrm/
H A Dxf86drm.h796 extern int drmGetDevices(drmDevicePtr devices[], int max_devices);
H A Dxf86drm.c3186 * \param max_devices the maximum number of devices for the array
3191 * capped by the max_devices.
3193 int drmGetDevices(drmDevicePtr devices[], int max_devices) argument
3270 if ((devices != NULL) && (device_count < max_devices))
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 111 milliseconds