Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldevice.c73 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM)); in _eglFiniDevice()
125 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM)); in _eglAddDRMDevice()
197 case _EGL_DEVICE_DRM: in _eglDeviceSupports()
240 if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM)) in _eglQueryDeviceStringEXT()
Degldevice.h63 _EGL_DEVICE_DRM, enumerator
Degldisplay.c599 if (!_eglDeviceSupports(dev, _EGL_DEVICE_DRM) || in _eglGetDeviceDisplay()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_device.c336 if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM)) { in dri2_initialize_device()