HomeSort by relevance Sort by last modified time
    Searched refs:GLX_surf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 743 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(surf);
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;
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);
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 743 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(surf);
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;
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);
    [all...]

Completed in 50 milliseconds