HomeSort by relevance Sort by last modified time
    Searched refs:max_devices (Results 1 - 4 of 4) sorted by null

  /external/libdrm/tests/
drmdevice.c 69 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/
xf86drm.h 796 extern int drmGetDevices(drmDevicePtr devices[], int max_devices);
xf86drm.c     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 5405 milliseconds