Searched refs:native_window (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/include/android_stub/vndk/
H A Dwindow.h23 #include <android/native_window.h>
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
92 conf, attrib_list, native_window)) {
100 BWindow* win = (BWindow*)native_window;
79 haiku_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
100 BWindow* win = (BWindow*)native_window;
79 haiku_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglapi.c961 void *native_window, const EGLint *attrib_list)
968 if (native_window == NULL)
980 * <native_window> parameter is always invalid.
993 if (_eglNativeSurfaceAlreadyUsed(disp, native_window))
996 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list);
1016 _fixupNativeWindow(_EGLDisplay *disp, void *native_window) argument
1019 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_window != NULL) {
1020 /* The `native_window` parameter for the X11 platform differs between
1022 * eglCreateWindowSurface(), the type of `native_window` is an Xlib
1027 return (void *)(* (Window*) native_window);
960 _eglCreateWindowSurfaceCommon(_EGLDisplay * disp,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
1034 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
1049 eglCreatePlatformWindowSurface(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLAttrib * attrib_list) argument
[all...]
H A Degldriver.h103 void *native_window, const EGLint *attrib_list);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglapi.c899 void *native_window, const EGLint *attrib_list)
907 if (native_window == NULL)
919 * <native_window> parameter is always invalid.
933 surf = drv->API.CreateWindowSurface(drv, disp, conf, native_window,
954 _fixupNativeWindow(_EGLDisplay *disp, void *native_window) argument
957 if (disp && disp->Platform == _EGL_PLATFORM_X11 && native_window != NULL) {
958 /* The `native_window` parameter for the X11 platform differs between
960 * eglCreateWindowSurface(), the type of `native_window` is an Xlib
965 return (void *)(* (Window*) native_window);
968 return native_window;
898 _eglCreateWindowSurfaceCommon(_EGLDisplay * disp,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
972 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
987 eglCreatePlatformWindowSurface(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLAttrib * attrib_list) argument
[all...]
H A Deglapi.h90 _EGLConfig *config, void *native_window,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c661 void *native_window, const EGLint *attrib_list)
669 if (!_eglInitSurface(&wgl_surf->base, disp, EGL_WINDOW_BIT, conf, attrib_list, native_window)) {
676 wgl_surf->fb = stw_framebuffer_create(native_window, stw_conf->iPixelFormat, STW_FRAMEBUFFER_EGL_WINDOW);
660 wgl_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c624 void *native_window, const EGLint *attrib_list)
629 struct ANativeWindow *window = native_window;
639 true, native_window))
725 void *native_window, const EGLint *attrib_list)
728 native_window, attrib_list);
623 droid_create_surface(_EGLDisplay * disp,EGLint type,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
724 droid_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
H A Dplatform_x11_dri3.c231 void *native_window, const EGLint *attrib_list)
237 native_window, attrib_list);
230 dri3_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
H A Degl_dri2.h102 void *native_window,
H A Dplatform_wayland.c323 void *native_window, const EGLint *attrib_list)
327 struct wl_egl_window *window = native_window;
349 attrib_list, false, native_window))
470 void *native_window, const EGLint *attrib_list)
322 dri2_wl_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
469 dri2_wl_create_pixmap_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
H A Dplatform_x11.c364 void *native_window, const EGLint *attrib_list)
370 native_window, attrib_list);
363 dri2_x11_create_window_surface(_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c226 _EGLConfig *conf, void *native_window,
233 native_window, attrib_list);
225 dri3_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
H A Dplatform_android.c341 _EGLConfig *conf, void *native_window,
347 struct ANativeWindow *window = native_window;
428 _EGLConfig *conf, void *native_window,
432 native_window, attrib_list);
340 droid_create_surface(_EGLDriver * drv,_EGLDisplay * disp,EGLint type,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
427 droid_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
H A Degl_dri2.h92 void *native_window,
H A Dplatform_wayland.c272 _EGLConfig *conf, void *native_window,
277 struct wl_egl_window *window = native_window;
375 _EGLConfig *conf, void *native_window,
271 dri2_wl_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
374 dri2_wl_create_pixmap_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
H A Dplatform_x11.c366 _EGLConfig *conf, void *native_window,
373 native_window, attrib_list);
365 dri2_x11_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
H A Dplatform_drm.c187 _EGLConfig *conf, void *native_window,
186 dri2_drm_create_pixmap_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h321 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
332 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
H A Deglext.h876 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
880 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
H A Deglext.h851 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
855 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h883 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPLATFORMWINDOWSURFACEPROC)(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list);
884 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC)(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLint * attrib_list);
1056 EPOXY_PUBLIC EGLSurface (EPOXY_CALLSPEC *epoxy_eglCreatePlatformWindowSurface)(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list);
1058 EPOXY_PUBLIC EGLSurface (EPOXY_CALLSPEC *epoxy_eglCreatePlatformWindowSurfaceEXT)(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLint * attrib_list);
H A Degl_generated_dispatch.c5045 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformWindowSurface, (EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list), (dpy, config, native_window, attrib_list))
5046 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformWindowSurfaceEXT, (EGLDisplay dpy, EGLConfig config, void * native_window, const EGLint * attrib_list), (dpy, config, native_window, attrib_list))

Completed in 50 milliseconds

12