Lines Matching refs:devices
51 native devices and constructing EGL displays and surfaces from
59 given EGLDisplay and enumerating devices from scratch. It was later
61 that have no need or ability to allow enumerating all the devices
72 EGLDeviceEXT *devices,
77 "EGL devices can be enumerated before EGL is initialized. Use:
80 EGLDeviceEXT *devices,
83 "to obtain a list of all supported devices in the system. On
84 success, EGL_TRUE is returned, and <num_devices> devices are
85 stored in the array pointed to by <devices>. <num_devices> will
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
88 <devices>, and <num_devices> will be set to the number of
89 supported devices in the system. All implementations must support
94 <devices> is NULL, or if <num_devices> is NULL."