HomeSort by relevance Sort by last modified time
    Searched full:nouveau_device_wrap (Results 1 - 6 of 6) sorted by null

  /external/libdrm/nouveau/
nouveau-symbol-check 33 nouveau_device_wrap
nouveau.h 82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
nouveau.c 356 /* this is the old libdrm's version of nouveau_device_wrap(), the symbol
462 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) function
494 ret = nouveau_device_wrap(fd, 1, pdev);
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 19 ret = nouveau_device_wrap(fd, 0, &dev);
  /external/libdrm/tests/nouveau/
threaded.c 120 err = nouveau_device_wrap(fd, 0, &nvdev);
122 err = nouveau_device_wrap(fd2, 0, &nvdev2);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 105 ret = nouveau_device_wrap(dri_screen->fd, 0, &screen->device);

Completed in 287 milliseconds