| /test/xts/acts/graphic/graphicvulkannapitest/ |
| H A D | VulkanTest.cpp | 188 OHOS::sptr<OHOS::Surface> surf = surfaceNode->GetSurface(); in CreateNativeWindow() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | qsvdec.c | 484 static int get_surface(AVCodecContext *avctx, QSVContext *q, mfxFrameSurface1 **surf) in get_surface() argument 525 static QSVFrame *find_frame(QSVContext *q, mfxFrameSurface1 *surf) in find_frame() argument
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_x11_dri3.c | 108 dri3_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in dri3_destroy_surface() argument 126 dri3_set_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) dri3_set_swap_interval() argument 250 _EGLSurface *surf; dri3_create_window_surface() local 460 dri3_copy_buffers(_EGLDisplay *disp, _EGLSurface *surf, void *native_pixmap_target) dri3_copy_buffers() argument 475 dri3_query_buffer_age(_EGLDisplay *disp, _EGLSurface *surf) dri3_query_buffer_age() argument 483 dri3_query_surface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value) dri3_query_surface() argument 501 dri3_get_dri_drawable(_EGLSurface *surf) dri3_get_dri_drawable() argument [all...] |
| H A D | platform_drm.c | 47 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in lock_front_buffer() local 70 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in release_buffer() local 84 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in has_free_buffers() local 148 struct gbm_dri_surface *surf; in dri2_drm_create_window_surface() local 206 dri2_drm_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) dri2_drm_destroy_surface() argument 231 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; get_back_bo() local 277 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; get_swrast_front_bo() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_blit2d.c | 51 create_iview(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *surf, in create_iview() argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_surface.c | 438 struct pipe_surface *surf = NULL; in svga_create_surface() local 661 svga_surface_destroy(struct pipe_context *pipe, struct pipe_surface *surf) svga_surface_destroy() argument 720 svga_mark_surface_dirty(struct pipe_surface *surf) svga_mark_surface_dirty() argument 781 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf, boolean reset) svga_propagate_surface() argument 910 svga_surface_needs_propagation(const struct pipe_surface *surf) svga_surface_needs_propagation() argument [all...] |
| H A D | svga_resource_texture.c | 335 struct svga_winsys_surface *surf = tex->handle; in svga_texture_transfer_map_direct() local 480 struct svga_winsys_surface *surf in svga_texture_transfer_map() local 242 readback_texture_surface(struct svga_context *svga, struct svga_texture *tex, struct svga_winsys_surface *surf) readback_texture_surface() argument 634 struct svga_winsys_surface *surf = svga_texture(transfer->resource)->handle; svga_texture_surface_unmap() local 648 update_image_vgpu9(struct svga_context *svga, struct svga_winsys_surface *surf, const SVGA3dBox *box, unsigned slice, unsigned level) update_image_vgpu9() argument 659 update_image_vgpu10(struct svga_context *svga, struct svga_winsys_surface *surf, const SVGA3dBox *box, unsigned slice, unsigned level, unsigned numMipLevels) update_image_vgpu10() argument 725 struct svga_winsys_surface *surf = tex->handle; svga_texture_transfer_unmap_direct() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_resource.c | 1121 struct v3d_surface *surf = v3d_surface(psurf); in v3d_surface_destroy() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_clear.c | 461 struct pipe_surface *surf = NULL; in zink_clear_texture() local 688 struct pipe_surface *surf; in zink_clear_apply_conditionals() local [all...] |
| H A D | zink_kopper.c | 876 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); in zink_kopper_fixup_depth_buffer() local
|
| H A D | zink_render_pass.c | 363 struct zink_surface *surf = zink_csurface(psurf); in zink_init_color_attachment() local 388 struct pipe_surface *surf = fb->cbufs[i]; in get_render_pass() local 542 struct zink_surface *surf = zink_csurface(ctx->fb_state.cbufs[i]); in prep_fb_attachments() local 556 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); in prep_fb_attachments() local 640 struct zink_surface *surf = zink_csurface(ctx->fb_state.cbufs[i]); begin_render_pass() local 658 struct zink_surface *surf = zink_csurface(ctx->fb_state.zsbuf); begin_render_pass() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_bo.c | 873 radeon_bo_get_metadata(struct radeon_winsys *rws, struct pb_buffer *_buf, struct radeon_bo_metadata *md, struct radeon_surf *surf) radeon_bo_get_metadata() argument 931 radeon_bo_set_metadata(struct radeon_winsys *rws, struct pb_buffer *_buf, struct radeon_bo_metadata *md, struct radeon_surf *surf) radeon_bo_set_metadata() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 271 struct nv50_surface surf; in nv84_create_decoder() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resolve.c | 62 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; in disable_rb_aux_buffer() local 220 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; in iris_predraw_resolve_framebuffer() local 233 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; iris_predraw_resolve_framebuffer() local 313 struct iris_surface *surf = (void *) cso_fb->cbufs[i]; iris_postdraw_update_resolve_tracking() local 438 struct blorp_surf surf; iris_resolve_color() local 501 struct blorp_surf surf; iris_mcs_partial_resolve() local 611 struct blorp_surf surf; iris_hiz_exec() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 552 struct lima_surface *surf = CALLOC_STRUCT(lima_surface); in lima_surface_create() local 591 struct lima_surface *surf = lima_surface(psurf); lima_surface_destroy() local [all...] |
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_cs.c | 192 struct pan_surface surf; in pan_prepare_s() local 219 struct pan_surface surf; in pan_prepare_zs() local 495 struct pan_surface surf; pan_prepare_rt() local 871 struct pan_surface surf; pan_emit_fbd() local 904 struct pan_surface surf; pan_emit_fbd() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resolve.c | 65 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; in disable_rb_aux_buffer() local 165 crocus_update_align_res(struct crocus_batch *batch, struct crocus_surface *surf, bool copy_to_wa) crocus_update_align_res() argument 259 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; crocus_predraw_resolve_framebuffer() local 272 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; crocus_predraw_resolve_framebuffer() local 366 struct crocus_surface *surf = (void *) cso_fb->cbufs[i]; crocus_postdraw_update_resolve_tracking() local 534 struct blorp_surf surf; crocus_resolve_color() local 581 struct blorp_surf surf; crocus_mcs_partial_resolve() local 684 struct blorp_surf surf; crocus_hiz_exec() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_state.c | 794 struct etna_surface *surf in etna_record_flush_resources() local [all...] |
| H A D | etnaviv_rs.c | 278 etna_rs_gen_clear_surface(struct etna_context *ctx, struct etna_surface *surf, in etna_rs_gen_clear_surface() argument 327 struct etna_surface *surf = etna_surface(dst); etna_blit_clear_color_rs() local 360 struct etna_surface *surf = etna_surface(dst); etna_blit_clear_zs_rs() local 434 struct etna_surface *surf = etna_surface(ctx->framebuffer_s.cbufs[0]); etna_clear_rs() local 439 struct etna_surface *surf = etna_surface(ctx->framebuffer_s.zsbuf); etna_clear_rs() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_inlines.h | 188 struct pipe_surface *surf = *ptr; in pipe_surface_release_no_context() local
|
| H A D | u_tests.c | 73 struct pipe_surface templ = {{0}}, *surf; in util_set_framebuffer_cb0() local
|
| H A D | u_surface.c | 51 u_surface_default_template(struct pipe_surface *surf, in u_surface_default_template() argument
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_job.c | 54 panfrost_batch_add_surface(struct panfrost_batch *batch, struct pipe_surface *surf) in panfrost_batch_add_surface() argument 496 struct pipe_surface *surf = batch->key.cbufs[i]; in panfrost_batch_to_fb_info() local 536 struct pipe_surface *surf = batch->key.zsbuf; panfrost_batch_to_fb_info() local 771 struct pipe_surface *surf = batch->key.cbufs[0]; panfrost_emit_tile_map() local 797 struct pipe_surface *surf = batch->key.zsbuf; panfrost_batch_submit() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 362 struct r300_surface *surf = r300_surface(fb->cbufs[0]); in r300_clear() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Image9.cpp | 452 IDirect3DSurface9 *surf = 0; in copyToSurface() local
|