Searched defs:scrn (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri3.c | 98 dri3_free_front_buffer(struct vl_dri3_screen *scrn, in dri3_free_front_buffer() 108 dri3_free_back_buffer(struct vl_dri3_screen *scrn, in dri3_free_back_buffer() 124 dri3_handle_stamps(struct vl_dri3_screen *scrn, uint64_t ust, uint64_t msc) in dri3_handle_stamps() 137 dri3_handle_present_event(struct vl_dri3_screen *scrn, in dri3_handle_present_event() 177 dri3_flush_present_events(struct vl_dri3_screen *scrn) in dri3_flush_present_events() 188 dri3_wait_present_events(struct vl_dri3_screen *scrn) in dri3_wait_present_events() 202 dri3_find_back(struct vl_dri3_screen *scrn) in dri3_find_back() 220 dri3_alloc_back_buffer(struct vl_dri3_screen *scrn) in dri3_alloc_back_buffer() 318 dri3_get_back_buffer(struct vl_dri3_screen *scrn) in dri3_get_back_buffer() 395 dri3_set_drawable(struct vl_dri3_screen *scrn, Drawable drawable) in dri3_set_drawable() [all …]
|
D | vl_winsys_dri.c | 82 vl_dri2_handle_stamps(struct vl_dri_screen *scrn, in vl_dri2_handle_stamps() 98 vl_dri2_get_flush_reply(struct vl_dri_screen *scrn) in vl_dri2_get_flush_reply() 128 struct vl_dri_screen *scrn = (struct vl_dri_screen *)context_private; in vl_dri2_flush_frontbuffer() local 151 vl_dri2_destroy_drawable(struct vl_dri_screen *scrn) in vl_dri2_destroy_drawable() 163 vl_dri2_set_drawable(struct vl_dri_screen *scrn, Drawable drawable) in vl_dri2_set_drawable() 183 struct vl_dri_screen *scrn = (struct vl_dri_screen *)vscreen; in vl_dri2_screen_texture_from_drawable() local 265 struct vl_dri_screen *scrn = (struct vl_dri_screen *)vscreen; in vl_dri2_screen_get_dirty_area() local 273 struct vl_dri_screen *scrn = (struct vl_dri_screen *)vscreen; in vl_dri2_screen_get_timestamp() local 296 struct vl_dri_screen *scrn = (struct vl_dri_screen *)vscreen; in vl_dri2_screen_set_next_timestamp() local 376 struct vl_dri_screen *scrn; in vl_dri2_screen_create() local [all …]
|
D | vl_winsys_xlib_swrast.c | 135 struct vl_xlib_screen *scrn = (struct vl_xlib_screen *) vscreen; in vl_swrast_fill_xlib_drawable_desc() local 147 struct vl_xlib_screen *scrn = (struct vl_xlib_screen *) vscreen; in vl_swrast_texture_from_drawable() local 189 struct vl_xlib_screen *scrn = (struct vl_xlib_screen *) vscreen; in vl_swrast_get_private() local 196 struct vl_xlib_screen *scrn = (struct vl_xlib_screen *) vscreen; in vl_swrast_get_dirty_area() local
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 103 driCreateNewScreen2(int scrn, int fd, in driCreateNewScreen2() 179 dri2CreateNewScreen(int scrn, int fd, in dri2CreateNewScreen() 189 swkmsCreateNewScreen(int scrn, int fd, in swkmsCreateNewScreen() 200 driSWRastCreateNewScreen(int scrn, const __DRIextension **extensions, in driSWRastCreateNewScreen() 209 driSWRastCreateNewScreen2(int scrn, const __DRIextension **extensions, in driSWRastCreateNewScreen2()
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
D | device_select_x11.c | 67 int scrn; in device_select_find_xcb_pci_default() local
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | context.c | 185 int scrn = 0; in XvMCCreateContext() local
|
/third_party/mesa3d/src/glx/tests/ |
D | create_context_unittest.cpp | 58 GetGLXScreenConfigs(Display * dpy, int scrn) in GetGLXScreenConfigs()
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 151 GetGLXScreenConfigs(Display * dpy, int scrn) in GetGLXScreenConfigs() 162 GetGLXPrivScreenConfig(Display * dpy, int scrn, struct glx_display ** ppriv, in GetGLXPrivScreenConfig()
|