Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c153 struct GLX_egl_surface struct
743 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(surf); in destroy_surface()
761 struct GLX_egl_surface *GLX_dsurf = GLX_egl_surface(dsurf); in GLX_eglMakeCurrent()
762 struct GLX_egl_surface *GLX_rsurf = GLX_egl_surface(rsurf); in GLX_eglMakeCurrent()
834 struct GLX_egl_surface *GLX_surf; in GLX_eglCreateWindowSurface()
837 GLX_surf = CALLOC_STRUCT(GLX_egl_surface); in GLX_eglCreateWindowSurface()
882 struct GLX_egl_surface *GLX_surf; in GLX_eglCreatePixmapSurface()
885 GLX_surf = CALLOC_STRUCT(GLX_egl_surface); in GLX_eglCreatePixmapSurface()
942 struct GLX_egl_surface *GLX_surf; in GLX_eglCreatePbufferSurface()
946 GLX_surf = CALLOC_STRUCT(GLX_egl_surface); in GLX_eglCreatePbufferSurface()
[all …]