Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglapi.c153 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \ macro
722 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv); in eglGetConfigAttrib()
745 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_CONTEXT, drv); in eglCreateContext()
876 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in _eglCreateWindowSurfaceCommon()
998 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in _eglCreatePixmapSurfaceCommon()
1071 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in eglCreatePbufferSurface()
1483 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in eglCreatePbufferFromClientBuffer()