Searched refs:dri3_egl_surface (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.h28 _EGL_DRIVER_TYPECAST(dri3_egl_surface, _EGLSurface, obj)
30 struct dri3_egl_surface { struct
H A Dplatform_x11_dri3.c42 static struct dri3_egl_surface *
44 size_t offset = offsetof(struct dri3_egl_surface, loader_drawable);
45 return (struct dri3_egl_surface *)(((void*) draw) - offset);
52 struct dri3_egl_surface *dri3_surf = loader_drawable_to_egl_surface(draw);
61 struct dri3_egl_surface *dri3_surf = loader_drawable_to_egl_surface(draw);
92 struct dri3_egl_surface *dri3_surf = loader_drawable_to_egl_surface(draw);
111 struct dri3_egl_surface *dri3_surf = dri3_egl_surface(surf);
131 struct dri3_egl_surface *dri3_surf = dri3_egl_surface(sur
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.h28 _EGL_DRIVER_TYPECAST(dri3_egl_surface, _EGLSurface, obj)
30 struct dri3_egl_surface { struct
H A Dplatform_x11_dri3.c42 static struct dri3_egl_surface *
44 size_t offset = offsetof(struct dri3_egl_surface, loader_drawable);
45 return (struct dri3_egl_surface *)(((void*) draw) - offset);
52 struct dri3_egl_surface *dri3_surf = loader_drawable_to_egl_surface(draw);
61 struct dri3_egl_surface *dri3_surf = loader_drawable_to_egl_surface(draw);
92 struct dri3_egl_surface *dri3_surf = loader_drawable_to_egl_surface(draw);
111 struct dri3_egl_surface *dri3_surf = dri3_egl_surface(surf);
128 struct dri3_egl_surface *dri3_surf = dri3_egl_surface(sur
[all...]

Completed in 3 milliseconds