Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsurface.h82 _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 …]
Deglapi.h57 …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 …]
Deglcontext.h49 _EGLSurface *DrawSurface;
50 _EGLSurface *ReadSurface;
76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
78 _EGLSurface **old_draw, _EGLSurface **old_read);
Deglcontext.c400 _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()
Deglsurface.c48 _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()
Deglapi.c179 _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 …]
Deglscreen.h60 _EGLSurface *CurrentSurface;
102 _EGLScreen *scrn, _EGLSurface **surface);
Degltypedefs.h65 typedef struct _egl_surface _EGLSurface; typedef
Degldriver.h62 _EGL_DRIVER_TYPECAST(drvname ## _surface, _EGLSurface, obj) \
Degldisplay.c307 _EGLSurface *surf = (_EGLSurface *) list; in _eglReleaseDisplayResources()
Deglscreen.c194 _EGLScreen *scrn, _EGLSurface **surf) in _eglQueryScreenSurfaceMESA()
DREADME.txt69 _EGLSurface, etc should be considered base classes from which drivers
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_st.c157 _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()
Degl_g3d_api.c221 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 …]
Degl_g3d_st.h43 egl_g3d_create_st_framebuffer(_EGLSurface *surf);
Degl_g3d.h70 _EGLSurface base;
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c176 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 …]
Dplatform_android.c144 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()
Dplatform_drm.c87 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()
Dplatform_wayland.c116 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()
Degl_dri2.h153 _EGLSurface base;
Degl_dri2.c885 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/
Degl_glx.c155 _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()