Searched refs:native_surface (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.h185 void *native_surface);
H A Deglsurface.c361 void *native_surface)
450 surf->NativeSurface = native_surface;
359 _eglInitSurface(_EGLSurface * surf,_EGLDisplay * disp,EGLint type,_EGLConfig * conf,const EGLint * attrib_list,void * native_surface) argument
H A Deglapi.c934 * that if native_surface was already used to create a window or pixmap, we
938 _eglNativeSurfaceAlreadyUsed(_EGLDisplay *disp, void *native_surface) argument
951 if (surf->NativeSurface == native_surface)
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c138 void *native_surface, const EGLint *attrib_list)
153 attrib_list, false, native_surface))
162 STATIC_ASSERT(sizeof(uintptr_t) == sizeof(native_surface));
163 drawable = (uintptr_t) native_surface;
137 dri3_create_surface(_EGLDisplay * disp,EGLint type,_EGLConfig * conf,void * native_surface,const EGLint * attrib_list) argument
H A Dplatform_x11.c250 void *native_surface, const EGLint *attrib_list)
267 false, native_surface))
277 STATIC_ASSERT(sizeof(uintptr_t) == sizeof(native_surface));
278 dri2_surf->drawable = (uintptr_t) native_surface;
249 dri2_x11_create_surface(_EGLDisplay * disp,EGLint type,_EGLConfig * conf,void * native_surface,const EGLint * attrib_list) argument
H A Dplatform_drm.c142 void *native_surface, const EGLint *attrib_list)
147 struct gbm_surface *surface = native_surface;
158 attrib_list, false, native_surface))
141 dri2_drm_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_surface,const EGLint * attrib_list) argument
H A Degl_dri2.h582 EGLBoolean enable_out_fence, void *native_surface);
H A Degl_dri2.c1666 EGLBoolean enable_out_fence, void *native_surface)
1680 return _eglInitSurface(surf, disp, type, conf, attrib_list, native_surface);
1664 dri2_init_surface(_EGLSurface * surf,_EGLDisplay * disp,EGLint type,_EGLConfig * conf,const EGLint * attrib_list,EGLBoolean enable_out_fence,void * native_surface) argument
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c141 _EGLConfig *conf, void *native_surface,
167 STATIC_ASSERT(sizeof(uintptr_t) == sizeof(native_surface));
168 drawable = (uintptr_t) native_surface;
140 dri3_create_surface(_EGLDriver * drv,_EGLDisplay * disp,EGLint type,_EGLConfig * conf,void * native_surface,const EGLint * attrib_list) argument
H A Dplatform_drm.c133 _EGLConfig *conf, void *native_surface,
139 struct gbm_surface *surface = native_surface;
132 dri2_drm_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_surface,const EGLint * attrib_list) argument
H A Dplatform_x11.c251 _EGLConfig *conf, void *native_surface,
280 STATIC_ASSERT(sizeof(uintptr_t) == sizeof(native_surface));
281 dri2_surf->drawable = (uintptr_t) native_surface;
250 dri2_x11_create_surface(_EGLDriver * drv,_EGLDisplay * disp,EGLint type,_EGLConfig * conf,void * native_surface,const EGLint * attrib_list) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst617 - st/egl: Add native_surface::present callback.
618 - st/egl: Use native_surface::present callback.
619 - d3d1x: Use native_surface::present.

Completed in 108 milliseconds