Searched refs:_eglDeviceSupports (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egldevice.c | 64 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 D | egldevice.h | 69 _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldevice.c | 66 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 D | egldevice.h | 70 _eglDeviceSupports(_EGLDevice *dev, _EGLDeviceExtension ext);
|
| H A D | egldisplay.c | 634 if (!_eglDeviceSupports(dev, _EGL_DEVICE_DRM) ||
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_device.c | 349 if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM)) { 352 } else if (_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE)) {
|
Completed in 5 milliseconds