Searched refs:GLX_surf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c743 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(surf); local
745 if (GLX_surf->destroy)
746 GLX_surf->destroy(GLX_dpy->dpy, GLX_surf->glx_drawable);
748 free(GLX_surf);
834 struct GLX_egl_surface *GLX_surf; local
837 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
838 if (!GLX_surf) {
843 if (!_eglInitSurface(&GLX_surf->Base, disp, EGL_WINDOW_BIT,
845 free(GLX_surf);
882 struct GLX_egl_surface *GLX_surf; local
942 struct GLX_egl_surface *GLX_surf; local
1015 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(draw); local
[all...]
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c743 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(surf); local
745 if (GLX_surf->destroy)
746 GLX_surf->destroy(GLX_dpy->dpy, GLX_surf->glx_drawable);
748 free(GLX_surf);
834 struct GLX_egl_surface *GLX_surf; local
837 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
838 if (!GLX_surf) {
843 if (!_eglInitSurface(&GLX_surf->Base, disp, EGL_WINDOW_BIT,
845 free(GLX_surf);
882 struct GLX_egl_surface *GLX_surf; local
942 struct GLX_egl_surface *GLX_surf; local
1015 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(draw); local
[all...]

Completed in 131 milliseconds