Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglapi.c404 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglGetConfigAttrib()
420 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateContext()
525 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateWindowSurface()
546 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePixmapSurface()
567 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePbufferSurface()
1064 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateScreenSurfaceMESA()
1252 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreatePbufferFromClientBuffer()
Deglconfig.h174 _eglLookupConfig(EGLConfig config, _EGLDisplay *dpy);
Deglconfig.c103 _eglLookupConfig(EGLConfig config, _EGLDisplay *dpy) in _eglLookupConfig() function