Home
last modified time | relevance | path

Searched refs:_EGL_DEVICE_SOFTWARE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Degldevice.c64 assert(_eglDeviceSupports(dev_list, _EGL_DEVICE_SOFTWARE)); in _eglFiniDevice()
120 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE)); in _eglAddDRMDevice()
166 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE)); in _eglAddDevice()
195 case _EGL_DEVICE_SOFTWARE: in _eglDeviceSupports()
267 assert(_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE)); in _eglRefreshDeviceList()
327 assert(_eglDeviceSupports(devs, _EGL_DEVICE_SOFTWARE)); in _eglQueryDevicesEXT()
Degldevice.h62 _EGL_DEVICE_SOFTWARE, enumerator
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_device.c339 } else if (_eglDeviceSupports(dev, _EGL_DEVICE_SOFTWARE)) { in dri2_initialize_device()