Searched refs:_EGL_CHECK_CONFIG (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 153 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \ macro 738 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv); in eglGetConfigAttrib() 761 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_CONTEXT, drv); in eglCreateContext() 900 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in _eglCreateWindowSurfaceCommon() 1022 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in _eglCreatePixmapSurfaceCommon() 1098 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in eglCreatePbufferSurface() 1611 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); in eglCreatePbufferFromClientBuffer()
|