/external/mesa3d/src/egl/main/ |
D | eglsurface.h | 82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type, 87 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint *va… 91 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint va… 95 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint buffer); 99 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval); 105 static INLINE _EGLSurface * 106 _eglGetSurface(_EGLSurface *surf) in _eglGetSurface() 118 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface() 129 _eglLinkSurface(_EGLSurface *surf) in _eglLinkSurface() 141 _eglUnlinkSurface(_EGLSurface *surf) in _eglUnlinkSurface() [all …]
|
D | eglapi.h | 57 …LBoolean (*MakeCurrent_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *draw, _EGLSurface *read,… 61 typedef _EGLSurface *(*CreateWindowSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config… 62 typedef _EGLSurface *(*CreatePixmapSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config… 63 typedef _EGLSurface *(*CreatePbufferSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *confi… 64 typedef EGLBoolean (*DestroySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface); 65 typedef EGLBoolean (*QuerySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLin… 66 typedef EGLBoolean (*SurfaceAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLi… 67 typedef EGLBoolean (*BindTexImage_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLin… 68 typedef EGLBoolean (*ReleaseTexImage_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EG… 69 typedef EGLBoolean (*SwapInterval_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint i… [all …]
|
D | eglcontext.h | 49 _EGLSurface *DrawSurface; 50 _EGLSurface *ReadSurface; 76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, 78 _EGLSurface **old_draw, _EGLSurface **old_read);
|
D | eglcontext.c | 400 _EGLSurface *surf = ctx->DrawSurface; in _eglQueryContextRenderBuffer() 478 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read) in _eglCheckMakeCurrent() 559 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext() 561 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() 565 _EGLSurface *prev_draw, *prev_read; in _eglBindContext()
|
D | eglsurface.c | 48 _eglClampSwapInterval(_EGLSurface *surf, EGLint interval) in _eglClampSwapInterval() 65 _eglParseScreenSurfaceAttribList(_EGLSurface *surf, const EGLint *attrib_list) in _eglParseScreenSurfaceAttribList() 111 _eglParseSurfaceAttribList(_EGLSurface *surf, const EGLint *attrib_list) in _eglParseSurfaceAttribList() 279 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type, in _eglInitSurface() 352 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, in _eglQuerySurface() 425 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, in _eglSurfaceAttrib() 486 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, in _eglBindTexImage() 525 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in _eglSwapInterval()
|
D | eglapi.c | 179 _eglCheckSurface(_EGLDisplay *disp, _EGLSurface *surf, const char *msg) in _eglCheckSurface() 466 _EGLSurface *draw_surf = _eglLookupSurface(draw, disp); in eglMakeCurrent() 467 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent() 527 _EGLSurface *surf; in eglCreateWindowSurface() 548 _EGLSurface *surf; in eglCreatePixmapSurface() 569 _EGLSurface *surf; in eglCreatePbufferSurface() 585 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() 601 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() 616 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() 631 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() [all …]
|
D | eglscreen.h | 60 _EGLSurface *CurrentSurface; 102 _EGLScreen *scrn, _EGLSurface **surface);
|
D | egltypedefs.h | 65 typedef struct _egl_surface _EGLSurface; typedef
|
D | egldriver.h | 62 _EGL_DRIVER_TYPECAST(drvname ## _surface, _EGLSurface, obj) \
|
D | egldisplay.c | 307 _EGLSurface *surf = (_EGLSurface *) list; in _eglReleaseDisplayResources()
|
D | eglscreen.c | 194 _EGLScreen *scrn, _EGLSurface **surf) in _eglQueryScreenSurfaceMESA()
|
D | README.txt | 69 _EGLSurface, etc should be considered base classes from which drivers
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_st.c | 157 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_validate_pbuffer() 193 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_flush_front() 209 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_validate() 289 egl_g3d_create_st_framebuffer(_EGLSurface *surf) in egl_g3d_create_st_framebuffer()
|
D | egl_g3d_api.c | 221 static _EGLSurface * 317 static _EGLSurface * 331 static _EGLSurface * 374 static _EGLSurface * 390 static _EGLSurface * 462 destroy_surface(_EGLDisplay *dpy, _EGLSurface *surf) in destroy_surface() 478 egl_g3d_destroy_surface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf) in egl_g3d_destroy_surface() 487 _EGLSurface *draw, _EGLSurface *read, _EGLContext *ctx) in egl_g3d_make_current() 494 _EGLSurface *old_draw, *old_read; in egl_g3d_make_current() 554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in swap_buffers() [all …]
|
D | egl_g3d_st.h | 43 egl_g3d_create_st_framebuffer(_EGLSurface *surf);
|
D | egl_g3d.h | 70 _EGLSurface base;
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 176 static _EGLSurface * 270 static _EGLSurface * 279 static _EGLSurface * 288 static _EGLSurface * 297 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in dri2_destroy_surface() 665 _EGLSurface *draw, xcb_xfixes_region_t region) in dri2_copy_region() 697 dri2_swap_buffers_msc(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, in dri2_swap_buffers_msc() 752 dri2_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in dri2_swap_buffers() 768 dri2_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, in dri2_swap_buffers_region() 797 dri2_post_sub_buffer(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, in dri2_post_sub_buffer() [all …]
|
D | platform_android.c | 144 static _EGLSurface * 204 static _EGLSurface * 213 static _EGLSurface * 221 static _EGLSurface * 230 droid_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in droid_destroy_surface() 255 droid_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in droid_swap_buffers()
|
D | platform_drm.c | 87 static _EGLSurface * 141 static _EGLSurface * 151 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in dri2_destroy_surface() 324 dri2_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in dri2_swap_buffers()
|
D | platform_wayland.c | 116 static _EGLSurface * 193 static _EGLSurface * 206 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in dri2_destroy_surface() 561 dri2_swap_buffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in dri2_swap_buffers()
|
D | egl_dri2.h | 153 _EGLSurface base;
|
D | egl_dri2.c | 885 dri2_make_current(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *dsurf, in dri2_make_current() 886 _EGLSurface *rsurf, _EGLContext *ctx) in dri2_make_current() 894 _EGLSurface *old_dsurf, *old_rsurf; in dri2_make_current() 986 _EGLDisplay *disp, _EGLSurface *surf, EGLint buffer) in dri2_bind_tex_image() 1028 _EGLDisplay *disp, _EGLSurface *surf, EGLint buffer) in dri2_release_tex_image()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 155 _EGLSurface Base; /**< base class */ 740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in destroy_surface() 756 GLX_eglMakeCurrent(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *dsurf, in GLX_eglMakeCurrent() 757 _EGLSurface *rsurf, _EGLContext *ctx) in GLX_eglMakeCurrent() 765 _EGLSurface *old_dsurf, *old_rsurf; in GLX_eglMakeCurrent() 827 static _EGLSurface * 875 static _EGLSurface * 936 static _EGLSurface * 999 GLX_eglDestroySurface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in GLX_eglDestroySurface() 1011 GLX_eglSwapBuffers(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw) in GLX_eglSwapBuffers()
|