Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c127 GLXFBConfig *fbconfigs; member
474 GLX_dpy->fbconfigs = in create_configs()
498 GLX_dpy->fbconfigs[i], &template); in create_configs()
660 if (GLX_dpy->fbconfigs) in GLX_eglTerminate()
661 XFree(GLX_dpy->fbconfigs); in GLX_eglTerminate()
697 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], in GLX_eglCreateContext()
853 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], in GLX_eglCreateWindowSurface()
901 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], in GLX_eglCreatePixmapSurface()
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)]; in GLX_eglCreatePixmapSurface()
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs); in GLX_eglCreatePbufferSurface()
[all …]