Home
last modified time | relevance | path

Searched refs:_EGL_DEVICE_DRM (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/egl/main/
Degldevice.c75 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM)); in _eglFiniDevice()
129 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM)); in _eglAddDRMDevice()
207 case _EGL_DEVICE_DRM: in _eglDeviceSupports()
251 if (!_eglDeviceSupports(dev, _EGL_DEVICE_DRM)) in _eglQueryDeviceStringEXT()
Degldevice.h63 _EGL_DEVICE_DRM, enumerator
Degldisplay.c650 if (!_eglDeviceSupports(dev, _EGL_DEVICE_DRM) || in _eglGetDeviceDisplay()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_device.c349 if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM)) { in dri2_initialize_device()