OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drmDevicePtr
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/tests/
drmdevice.c
33
print_device_info(
drmDevicePtr
device, int i)
67
drmDevicePtr
*devices;
68
drmDevicePtr
device;
78
devices = calloc(max_devices, sizeof(
drmDevicePtr
));
80
printf("Failed to allocate memory for the
drmDevicePtr
array\n");
/external/libdrm/
xf86drm.h
791
} drmDevice, *
drmDevicePtr
;
793
extern int drmGetDevice(int fd,
drmDevicePtr
*device);
794
extern void drmFreeDevice(
drmDevicePtr
*device);
796
extern int drmGetDevices(
drmDevicePtr
devices[], int max_devices);
797
extern void drmFreeDevices(
drmDevicePtr
devices[], int count);
xf86drm.c
[
all
...]
Completed in 95 milliseconds