Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglconfig.h186 _eglLookupConfig(EGLConfig config, _EGLDisplay *dpy);
Deglapi.c732 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglGetConfigAttrib()
750 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateContext()
873 _EGLConfig *conf = _eglLookupConfig(config, disp); in _eglCreateWindowSurfaceCommon()
1001 _EGLConfig *conf = _eglLookupConfig(config, disp); in _eglCreatePixmapSurfaceCommon()
1092 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePbufferSurface()
1604 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePbufferFromClientBuffer()
Deglconfig.c107 _eglLookupConfig(EGLConfig config, _EGLDisplay *dpy) in _eglLookupConfig() function