Home
last modified time | relevance | path

Searched refs:max_devices (Results 1 – 12 of 12) sorted by relevance

/third_party/libdrm/tests/
Ddrmdevice.c112 int fd, ret, max_devices; in main() local
115 max_devices = drmGetDevices2(0, NULL, 0); in main()
117 if (max_devices <= 0) { in main()
119 -max_devices); in main()
122 printf("--- Devices reported %d ---\n", max_devices); in main()
125 devices = calloc(max_devices, sizeof(drmDevicePtr)); in main()
132 ret = drmGetDevices2(0, devices, max_devices); in main()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_device_enumeration.txt71 EGLBoolean eglQueryDevicesEXT(EGLint max_devices,
79 EGLBoolean eglQueryDevicesEXT(EGLint max_devices,
86 be less than or equal to <max_devices>. If <devices> is NULL,
87 then <max_devices> will be ignored, no devices will be returned in
93 generated if <max_devices> is less than or equal to zero unless
/third_party/EGL/extensions/EXT/
DEGL_EXT_device_enumeration.txt71 EGLBoolean eglQueryDevicesEXT(EGLint max_devices,
79 EGLBoolean eglQueryDevicesEXT(EGLint max_devices,
86 be less than or equal to <max_devices>. If <devices> is NULL,
87 then <max_devices> will be ignored, no devices will be returned in
93 generated if <max_devices> is less than or equal to zero unless
/third_party/libdrm/
Dxf86drm.h893 extern int drmGetDevices(drmDevicePtr devices[], int max_devices);
898 extern int drmGetDevices2(uint32_t flags, drmDevicePtr devices[], int max_devices);
Dxf86drm.c4211 int max_devices) in drmGetDevices2() argument
4250 if ((devices != NULL) && (device_count < max_devices)) in drmGetDevices2()
4274 drm_public int drmGetDevices(drmDevicePtr devices[], int max_devices) in drmGetDevices() argument
4276 return drmGetDevices2(DRM_DEVICE_GET_PCI_REVISION, devices, max_devices); in drmGetDevices()
/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c1521 int n, max_devices = 8; in vaapi_device_create() local
1526 for (n = 0; n < max_devices; n++) { in vaapi_device_create()
1561 if (n >= max_devices) in vaapi_device_create()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h671 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi…
676 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglext.h671 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi…
676 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_egl.h1274 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi…
1279 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h671 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi…
676 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h662 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi…
667 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…
/third_party/EGL/api/EGL/
Deglext.h680 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devi…
685 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint…