| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglutint.h | 69 EGLint surface_type; member in struct:eglut_state
|
| H A D | eglut.c | 79 if (_eglut->surface_type != EGL_PBUFFER_BIT) 105 config_attribs[i++] = _eglut->surface_type; 167 switch (_eglut->surface_type) {
|
| H A D | eglut_wayland.c | 96 _eglut->surface_type = EGL_WINDOW_BIT;
|
| H A D | eglut_x11.c | 39 _eglut->surface_type = EGL_WINDOW_BIT;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglgears.c | 578 texture_gears(struct egl_manager *eman, int surface_type) argument 600 if (surface_type == GEARS_PBUFFER_TEXTURE) 609 if (surface_type == GEARS_PBUFFER_TEXTURE) 633 event_loop(struct egl_manager *eman, EGLint surface_type, EGLint w, EGLint h) argument 637 if (surface_type == EGL_PBUFFER_BIT) 652 if (surface_type == EGL_WINDOW_BIT) 698 switch (surface_type) { 714 texture_gears(eman, surface_type); 725 texture_gears(eman, surface_type); 732 texture_gears(eman, surface_type); 793 EGLint surface_type = GEARS_WINDOW; local in function:main [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/ |
| H A D | egl_wgl.c | 56 wgl_add_config(_EGLDisplay *disp, const struct stw_pixelformat_info *stw_config, int id, EGLint surface_type) argument 106 if (surface_type & EGL_PBUFFER_BIT) { 113 surface_type &= ~EGL_PIXMAP_BIT; 117 surface_type &= ~EGL_WINDOW_BIT; 120 if (!surface_type) 123 base.SurfaceType = surface_type; 168 conf->base.SurfaceType |= surface_type; 177 unsigned surface_type = EGL_PBUFFER_BIT | (hdc ? EGL_WINDOW_BIT : 0); local in function:wgl_add_configs 184 config_count + 1, surface_type);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | brw_structs.h | 144 unsigned int surface_type:3; member in struct:brw_depthbuffer::__anon375735ed040a::__anon375735ed0508 994 unsigned int surface_type:3; member in struct:brw_surface_state::__anon375735ed4708 1617 unsigned int surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anon375735ed7908
|
| H A D | i965_video.c | 395 dest_surf_state.ss0.surface_type = BRW_SURFACE_2D; 447 src_surf_state.ss0.surface_type = BRW_SURFACE_2D; 492 dest_surf_state.ss0.surface_type = BRW_SURFACE_2D; 540 src_surf_state.ss0.surface_type = BRW_SURFACE_2D;
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | brw_structs.h | 144 unsigned int surface_type:3; member in struct:brw_depthbuffer::__anon5c4f4f86040a::__anon5c4f4f860508 994 unsigned int surface_type:3; member in struct:brw_surface_state::__anon5c4f4f864708 1617 unsigned int surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anon5c4f4f867908
|
| H A D | i965_xvmc.c | 324 ss->ss0.surface_type = BRW_SURFACE_2D; 427 ss.ss0.surface_type = BRW_SURFACE_BUFFER;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | brw_structs.h | 144 unsigned int surface_type:3; member in struct:brw_depthbuffer::__anon4ebdd721040a::__anon4ebdd7210508 994 unsigned int surface_type:3; member in struct:brw_surface_state::__anon4ebdd7214708 1617 unsigned int surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anon4ebdd7217908
|
| H A D | i965_video.c | 396 dest_surf_state.ss0.surface_type = BRW_SURFACE_2D; 448 src_surf_state.ss0.surface_type = BRW_SURFACE_2D; 493 dest_surf_state.ss0.surface_type = BRW_SURFACE_2D; 541 src_surf_state.ss0.surface_type = BRW_SURFACE_2D;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | brw_structs.h | 144 unsigned int surface_type:3; member in struct:brw_depthbuffer::__anonbf125d3a040a::__anonbf125d3a0508 994 unsigned int surface_type:3; member in struct:brw_surface_state::__anonbf125d3a4708 1617 unsigned int surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anonbf125d3a7908
|
| H A D | i965_xvmc.c | 324 ss->ss0.surface_type = BRW_SURFACE_2D; 427 ss.ss0.surface_type = BRW_SURFACE_BUFFER;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.h | 408 EGLint surface_type, const EGLint *attr_list, 500 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type,
|
| H A D | platform_x11.c | 815 EGLint surface_type; local in function:dri2_x11_add_configs_for_visuals 819 surface_type = 825 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT; 856 surface_type, config_attrs, 874 surface_type, config_attrs, 897 EGLint surface_type = EGL_PBUFFER_BIT; local in function:dri2_x11_add_configs_for_visuals 919 if (dri2_add_config(disp, config, config_count + 1, surface_type,
|
| H A D | egl_dri2.c | 173 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type, argument 176 const bool double_buffer = surface_type == EGL_WINDOW_BIT; 196 EGLint surface_type, const EGLint *attr_list, 294 surface_type |= EGL_MUTABLE_RENDER_BUFFER_BIT_KHR; 313 base.SurfaceType = surface_type; 314 if (surface_type & (EGL_PBUFFER_BIT | 366 surface_type &= ~EGL_PIXMAP_BIT; 375 surface_type &= ~EGL_PBUFFER_BIT; 378 conf->base.SurfaceType |= surface_type; 195 dri2_add_config(_EGLDisplay * disp,const __DRIconfig * dri_config,int id,EGLint surface_type,const EGLint * attr_list,const unsigned int * rgba_masks) argument
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.h | 450 EGLint surface_type, const EGLint *attr_list, 544 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type,
|
| H A D | platform_x11.c | 760 EGLint surface_type; local in function:dri2_x11_add_configs_for_visuals 764 surface_type = 770 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT; 808 surface_type, config_attrs, 829 surface_type, config_attrs,
|
| H A D | egl_dri2.c | 308 dri2_get_dri_config(struct dri2_egl_config *conf, EGLint surface_type, argument 311 const bool double_buffer = surface_type == EGL_WINDOW_BIT; 398 EGLint surface_type, const EGLint *attr_list, 533 surface_type |= EGL_MUTABLE_RENDER_BUFFER_BIT_KHR; 555 base.SurfaceType = surface_type; 556 if (surface_type & (EGL_PBUFFER_BIT | 564 surface_type &= ~EGL_PIXMAP_BIT; 567 if (!surface_type) 614 conf->base.SurfaceType |= surface_type; 397 dri2_add_config(_EGLDisplay * disp,const __DRIconfig * dri_config,int id,EGLint surface_type,const EGLint * attr_list,const int * rgba_shifts,const unsigned int * rgba_sizes) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | brw_structs.h | 144 unsigned int surface_type:3; member in struct:brw_depthbuffer::__anonfa77c8dc040a::__anonfa77c8dc0508 989 unsigned int surface_type:3; member in struct:brw_surface_state::__anonfa77c8dc4708
|
| H A D | i965_video.c | 379 dest_surf_state->ss0.surface_type = BRW_SURFACE_2D; 431 src_surf_state->ss0.surface_type = BRW_SURFACE_2D;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | i965_xvmc.c | 317 ss->ss0.surface_type = BRW_SURFACE_2D; 400 ss.ss0.surface_type = BRW_SURFACE_BUFFER;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen4_render.h | 1159 unsigned int surface_type:3; member in struct:gen4_depthbuffer::__anon5ecad36c040a::__anon5ecad36c0508 2009 unsigned int surface_type:3; member in struct:gen4_surface_state::__anon5ecad36c4708
|
| H A D | gen5_render.h | 1247 unsigned int surface_type:3; member in struct:gen5_depthbuffer::__anon62d5648d040a::__anon62d5648d0508 2090 unsigned int surface_type:3; member in struct:gen5_surface_state::__anon62d5648d4708
|