Home
last modified time | relevance | path

Searched defs:surf (Results 1 – 25 of 141) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dgen7_wm_surface_state.c65 gen7_set_surface_tiling(struct gen7_surface_state *surf, uint32_t tiling) in gen7_set_surface_tiling()
85 gen7_set_surface_msaa(struct gen7_surface_state *surf, unsigned num_samples, in gen7_set_surface_msaa()
104 struct gen7_surface_state *surf, in gen7_set_surface_mcs_info()
143 gen7_check_surface_setup(struct gen7_surface_state *surf, in gen7_check_surface_setup()
239 struct gen7_surface_state *surf; in gen7_update_buffer_texture_surface() local
303 struct gen7_surface_state *surf; in gen7_update_texture_surface() local
411 struct gen7_surface_state *surf; in gen7_create_constant_surface() local
471 struct gen7_surface_state *surf; in gen7_update_null_renderbuffer_surface() local
509 struct gen7_surface_state *surf; in gen7_update_renderbuffer_surface() local
Dbrw_wm_surface_state.c721 uint32_t *surf; in brw_update_buffer_texture_surface() local
778 uint32_t *surf; in brw_update_texture_surface() local
836 uint32_t *surf; in brw_create_constant_surface() local
885 uint32_t *surf = brw_state_batch(brw, AUB_TRACE_SURFACE_STATE, 6 * 4, 32, in brw_update_sol_surface() local
1040 uint32_t *surf; in brw_update_null_renderbuffer_surface() local
1124 uint32_t *surf; in brw_update_renderbuffer_surface() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_wm_surface_state.c65 gen7_set_surface_tiling(struct gen7_surface_state *surf, uint32_t tiling) in gen7_set_surface_tiling()
85 gen7_set_surface_msaa(struct gen7_surface_state *surf, unsigned num_samples, in gen7_set_surface_msaa()
104 struct gen7_surface_state *surf, in gen7_set_surface_mcs_info()
143 gen7_check_surface_setup(struct gen7_surface_state *surf, in gen7_check_surface_setup()
239 struct gen7_surface_state *surf; in gen7_update_buffer_texture_surface() local
303 struct gen7_surface_state *surf; in gen7_update_texture_surface() local
411 struct gen7_surface_state *surf; in gen7_create_constant_surface() local
471 struct gen7_surface_state *surf; in gen7_update_null_renderbuffer_surface() local
509 struct gen7_surface_state *surf; in gen7_update_renderbuffer_surface() local
/external/mesa3d/src/egl/main/
Deglsurface.h106 _eglGetSurface(_EGLSurface *surf) in _eglGetSurface()
118 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface()
129 _eglLinkSurface(_EGLSurface *surf) in _eglLinkSurface()
141 _eglUnlinkSurface(_EGLSurface *surf) in _eglUnlinkSurface()
154 _EGLSurface *surf = (_EGLSurface *) surface; in _eglLookupSurface() local
165 _eglGetSurfaceHandle(_EGLSurface *surf) in _eglGetSurfaceHandle()
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()
525 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in _eglSwapInterval()
Deglapi.c144 #define _EGL_CHECK_SURFACE(disp, surf, ret, drv) \ argument
179 _eglCheckSurface(_EGLDisplay *disp, _EGLSurface *surf, const char *msg) in _eglCheckSurface()
527 _EGLSurface *surf; in eglCreateWindowSurface() local
548 _EGLSurface *surf; in eglCreatePixmapSurface() local
569 _EGLSurface *surf; in eglCreatePbufferSurface() local
585 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() local
601 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() local
616 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() local
631 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() local
646 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglReleaseTexImage() local
[all …]
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglsurface.h106 _eglGetSurface(_EGLSurface *surf) in _eglGetSurface()
118 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface()
129 _eglLinkSurface(_EGLSurface *surf) in _eglLinkSurface()
141 _eglUnlinkSurface(_EGLSurface *surf) in _eglUnlinkSurface()
154 _EGLSurface *surf = (_EGLSurface *) surface; in _eglLookupSurface() local
165 _eglGetSurfaceHandle(_EGLSurface *surf) in _eglGetSurfaceHandle()
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()
525 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in _eglSwapInterval()
Deglapi.c144 #define _EGL_CHECK_SURFACE(disp, surf, ret, drv) \ argument
179 _eglCheckSurface(_EGLDisplay *disp, _EGLSurface *surf, const char *msg) in _eglCheckSurface()
527 _EGLSurface *surf; in eglCreateWindowSurface() local
548 _EGLSurface *surf; in eglCreatePixmapSurface() local
569 _EGLSurface *surf; in eglCreatePbufferSurface() local
585 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() local
601 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() local
616 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() local
631 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() local
646 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglReleaseTexImage() local
[all …]
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.h61 svga_winsys_surface(struct vmw_svga_winsys_surface *surf) in svga_winsys_surface()
69 vmw_svga_winsys_surface(struct svga_winsys_surface *surf) in vmw_svga_winsys_surface()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
Dvmw_surface.h61 svga_winsys_surface(struct vmw_svga_winsys_surface *surf) in svga_winsys_surface()
69 vmw_svga_winsys_surface(struct svga_winsys_surface *surf) in vmw_svga_winsys_surface()
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
Dplatform_drm.c43 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in lock_front_buffer() local
62 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in release_buffer() local
76 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in has_free_buffers() local
95 struct gbm_dri_surface *surf; in dri2_create_surface() local
151 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in dri2_destroy_surface()
184 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; in get_back_bo() local
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c43 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in lock_front_buffer() local
62 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in release_buffer() local
76 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in has_free_buffers() local
95 struct gbm_dri_surface *surf; in dri2_create_surface() local
151 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) in dri2_destroy_surface()
184 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; in get_back_bo() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d_st.c157 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_validate_pbuffer() local
193 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_flush_front() local
209 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_validate() local
289 egl_g3d_create_st_framebuffer(_EGLSurface *surf) in egl_g3d_create_st_framebuffer()
Degl_g3d_api.c462 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()
554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in swap_buffers()
591 egl_g3d_swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf) in egl_g3d_swap_buffers()
601 egl_g3d_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in egl_g3d_swap_buffers_region()
610 egl_g3d_post_sub_buffer(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in egl_g3d_post_sub_buffer()
637 egl_g3d_copy_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in egl_g3d_copy_buffers()
694 _EGLSurface *surf, EGLint buffer) in egl_g3d_bind_tex_image()
753 _EGLSurface *surf, EGLint buffer) in egl_g3d_release_tex_image()
795 _EGLScreen *scr, _EGLSurface *surf, in egl_g3d_show_screen_surface()
/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() local
193 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_flush_front() local
209 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; in egl_g3d_st_framebuffer_validate() local
289 egl_g3d_create_st_framebuffer(_EGLSurface *surf) in egl_g3d_create_st_framebuffer()
Degl_g3d_api.c462 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()
554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in swap_buffers()
591 egl_g3d_swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf) in egl_g3d_swap_buffers()
601 egl_g3d_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in egl_g3d_swap_buffers_region()
610 egl_g3d_post_sub_buffer(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in egl_g3d_post_sub_buffer()
637 egl_g3d_copy_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, in egl_g3d_copy_buffers()
694 _EGLSurface *surf, EGLint buffer) in egl_g3d_bind_tex_image()
753 _EGLSurface *surf, EGLint buffer) in egl_g3d_release_tex_image()
795 _EGLScreen *scr, _EGLSurface *surf, in egl_g3d_show_screen_surface()
/external/mesa3d/src/gbm/main/
Dgbm.c402 gbm_surface_destroy(struct gbm_surface *surf) in gbm_surface_destroy()
429 gbm_surface_lock_front_buffer(struct gbm_surface *surf) in gbm_surface_lock_front_buffer()
447 gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo) in gbm_surface_release_buffer()
469 gbm_surface_has_free_buffers(struct gbm_surface *surf) in gbm_surface_has_free_buffers()
/external/chromium_org/third_party/mesa/src/src/gbm/main/
Dgbm.c402 gbm_surface_destroy(struct gbm_surface *surf) in gbm_surface_destroy()
429 gbm_surface_lock_front_buffer(struct gbm_surface *surf) in gbm_surface_lock_front_buffer()
447 gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo) in gbm_surface_release_buffer()
469 gbm_surface_has_free_buffers(struct gbm_surface *surf) in gbm_surface_has_free_buffers()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c287 struct pipe_surface *surf) in svga_surface_destroy()
304 svga_mark_surface_dirty(struct pipe_surface *surf) in svga_mark_surface_dirty()
351 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf) in svga_propagate_surface()
392 svga_surface_needs_propagation(const struct pipe_surface *surf) in svga_surface_needs_propagation()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_surface.c287 struct pipe_surface *surf) in svga_surface_destroy()
304 svga_mark_surface_dirty(struct pipe_surface *surf) in svga_mark_surface_dirty()
351 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf) in svga_propagate_surface()
392 svga_surface_needs_propagation(const struct pipe_surface *surf) in svga_surface_needs_propagation()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Dpresentation.c206 vlVdpOutputSurface *surf; in vlVdpPresentationQueueDisplay() local
313 vlVdpOutputSurface *surf; in vlVdpPresentationQueueBlockUntilSurfaceIdle() local
347 vlVdpOutputSurface *surf; in vlVdpPresentationQueueQuerySurfaceStatus() local
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dpresentation.c206 vlVdpOutputSurface *surf; in vlVdpPresentationQueueDisplay() local
313 vlVdpOutputSurface *surf; in vlVdpPresentationQueueBlockUntilSurfaceIdle() local
347 vlVdpOutputSurface *surf; in vlVdpPresentationQueueQuerySurfaceStatus() local
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
Dgbm_dri.c70 struct gbm_dri_surface *surf = data; in dri_get_buffers() local
83 struct gbm_dri_surface *surf = data; in dri_flush_front_buffer() local
96 struct gbm_dri_surface *surf = data; in dri_get_buffers_with_format() local
581 struct gbm_dri_surface *surf; in gbm_dri_surface_create() local
599 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in gbm_dri_surface_destroy() local
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c70 struct gbm_dri_surface *surf = data; in dri_get_buffers() local
83 struct gbm_dri_surface *surf = data; in dri_flush_front_buffer() local
96 struct gbm_dri_surface *surf = data; in dri_get_buffers_with_format() local
581 struct gbm_dri_surface *surf; in gbm_dri_surface_create() local
599 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in gbm_dri_surface_destroy() local

123456