/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_wm_surface_state.c | 65 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
|
D | brw_wm_surface_state.c | 721 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
|
D | brw_vs_surface_state.c | 97 const int surf = SURF_INDEX_VERT_CONST_BUFFER; in brw_upload_vs_pull_constants() local
|
/external/mesa3d/src/egl/main/ |
D | eglsurface.h | 106 _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()
|
D | eglsurface.c | 48 _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()
|
D | eglapi.c | 144 #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 …]
|
D | eglscreen.c | 194 _EGLScreen *scrn, _EGLSurface **surf) in _eglQueryScreenSurfaceMESA()
|
D | eglcontext.c | 400 _EGLSurface *surf = ctx->DrawSurface; in _eglQueryContextRenderBuffer() local
|
/external/libdrm/radeon/ |
D | radeon_surface.c | 162 static void surf_minify(struct radeon_surface *surf, in surf_minify() 262 struct radeon_surface *surf, in r6_surface_init_linear() 296 struct radeon_surface *surf, in r6_surface_init_linear_aligned() 324 struct radeon_surface *surf, in r6_surface_init_1d() 357 struct radeon_surface *surf, in r6_surface_init_2d() 400 struct radeon_surface *surf) in r6_surface_init() 470 struct radeon_surface *surf) in r6_surface_best() 565 static void eg_surf_minify(struct radeon_surface *surf, in eg_surf_minify() 607 struct radeon_surface *surf, in eg_surface_init_1d() 648 struct radeon_surface *surf, in eg_surface_init_2d() [all …]
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 43 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/gallium/winsys/svga/drm/ |
D | vmw_surface.h | 61 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/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_st.c | 157 _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()
|
D | egl_g3d_api.c | 462 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/ |
D | gbm.c | 402 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/ |
D | svga_surface.c | 287 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/mesa3d/src/gallium/state_trackers/vdpau/ |
D | presentation.c | 206 vlVdpOutputSurface *surf; in vlVdpPresentationQueueDisplay() local 313 vlVdpOutputSurface *surf; in vlVdpPresentationQueueBlockUntilSurfaceIdle() local 347 vlVdpOutputSurface *surf; in vlVdpPresentationQueueQuerySurfaceStatus() local
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 70 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/skia/gm/ |
D | cgm.c | 56 sk_surface_t* surf = sk_surface_new_raster(&info); in sk_test_c_api() local
|
D | srcmode.cpp | 137 SkAutoTUnref<SkSurface> surf(compat_surface(canvas, this->getISize(), in onDraw() local
|
D | surface.cpp | 136 SkAutoTUnref<SkSurface> surf(canvas->newSurface(info, NULL)); in onDraw() local
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 370 struct radeon_surface *surf) in radeon_drm_winsys_surface_init() 378 struct radeon_surface *surf) in radeon_drm_winsys_surface_best()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | clear.c | 23 struct pipe_surface *surf; variable
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | mask.c | 129 struct pipe_surface *surf; in read_alpha_mask() local 398 struct pipe_surface *surf, surf_tmpl; in mask_copy() local 427 struct pipe_surface *surf, surf_tmpl; in mask_layer_render_to() local
|
D | image.c | 139 struct pipe_surface *surf, surf_tmpl; in vg_copy_texture() local 567 struct pipe_surface *surf, surf_tmpl; in image_set_pixels() local 587 struct pipe_surface *surf, surf_tmpl; in image_get_pixels() local
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_program.h | 57 struct pipe_surface surf; member
|