Searched refs:_eglDeviceSupports (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldevice.c64 assert(_eglDeviceSupports(dev_list, _EGL_DEVICE_SOFTWARE));
73 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM));
120 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE));
125 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM));
166 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE));
192 _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext) function in typeref:typename:EGLBoolean
224 if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM))
251 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE));
H A Degldevice.h69 _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext);
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldevice.c66 assert(_eglDeviceSupports(dev_list, _EGL_DEVICE_SOFTWARE));
75 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM));
124 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE));
129 assert(_eglDeviceSupports(dev, _EGL_DEVICE_DRM));
176 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE));
202 _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext) function in typeref:typename:EGLBoolean
251 if (!_eglDeviceSupports(dev, _EGL_DEVICE_DRM))
263 if (!_eglDeviceSupports(dev, _EGL_DEVICE_DRM_RENDER_NODE))
269 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE));
294 assert(_eglDeviceSupports(de
[all...]
H A Degldevice.h70 _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext);
H A Degldisplay.c634 if (!_eglDeviceSupports(dev, _EGL_DEVICE_DRM) ||
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_device.c349 if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM)) {
352 } else if (_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE)) {

Completed in 5 milliseconds