Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c72 { _EGL_PLATFORM_SURFACELESS, "surfaceless" },
542 return _eglFindDisplay(_EGL_PLATFORM_SURFACELESS, native_display); in _eglGetSurfacelessDisplay()
Degldisplay.h52 _EGL_PLATFORM_SURFACELESS, enumerator
Deglapi.c883 if (disp && disp->Platform == _EGL_PLATFORM_SURFACELESS) { in _eglCreateWindowSurfaceCommon()
1007 if (disp && disp->Platform == _EGL_PLATFORM_SURFACELESS) { in _eglCreatePixmapSurfaceCommon()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c914 case _EGL_PLATFORM_SURFACELESS: in dri2_initialize()