You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
458B

  1. EGL_EXT_device_query
  2. https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
  3. EGL_EXT_device_query
  4. EGL_NO_DEVICE_EXT ((EGLDeviceEXT)(0))
  5. EGL_BAD_DEVICE_EXT 0x322B
  6. EGL_DEVICE_EXT 0x322C
  7. EGLBoolean eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib * value)
  8. const char * eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name)
  9. EGLBoolean eglQueryDisplayAttribEXT (EGLDisplay dpy, EGLint attribute, EGLAttrib * value)