Home
last modified time | relevance | path

Searched refs:resource_from_handle (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c56 r300screen->screen.resource_from_handle = r300_texture_from_handle; in r300_init_screen_resource_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_resource.c50 screen->resource_from_handle = r600_resource_from_handle; in r600_init_screen_resource_functions()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource.c46 is->base.resource_from_handle = i915_resource_from_handle; in i915_init_screen_resource_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c73 is->screen.resource_from_handle = svga_resource_from_handle; in svga_init_screen_resource_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_resource.c61 pscreen->resource_from_handle = nv30_resource_from_handle; in nv30_resource_screen_init()
/external/mesa3d/src/gallium/drivers/identity/
Did_screen.c159 result = screen->resource_from_handle(screen, templ, handle); in identity_screen_resource_from_handle()
273 id_screen->base.resource_from_handle = identity_screen_resource_from_handle; in identity_screen_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_resource.c64 screen->resource_from_handle = r600_resource_from_handle; in r600_init_screen_resource_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_resource.c61 pscreen->resource_from_handle = nvc0_resource_from_handle; in nvc0_screen_init_resource_functions()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_screen.c160 result = screen->resource_from_handle(screen, templ, handle); in rbug_screen_resource_from_handle()
276 rb_screen->base.resource_from_handle = rbug_screen_resource_from_handle; in rbug_screen_create()
/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h151 struct pipe_resource * (*resource_from_handle)(struct pipe_screen *, member
/external/mesa3d/src/gallium/state_trackers/egl/common/
Dnative_wayland_drm_bufmgr_helper.c53 ndpy->screen->resource_from_handle(ndpy->screen, &templ, &wsh); in egl_g3d_wl_drm_helper_reference_buffer()
Dnative_helper.c433 res = screen->resource_from_handle(screen, &nbuf->u.drm.templ, &wsh); in drm_display_import_native_buffer()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c123 result = oscreen->resource_from_handle(oscreen, templ, handle); in noop_resource_from_handle()
380 screen->resource_from_handle = noop_resource_from_handle; in noop_screen_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_resource.c103 pscreen->resource_from_handle = nv50_resource_from_handle; in nv50_screen_init_resource_functions()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_screen.c242 result = screen->resource_from_handle(screen, templ, handle); in galahad_screen_resource_from_handle()
365 GLHD_SCREEN_INIT(resource_from_handle); in galahad_screen_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_screen.c276 result = screen->resource_from_handle(screen, templ, handle); in trace_screen_resource_from_handle()
481 tr_scr->base.resource_from_handle = trace_screen_resource_from_handle; in trace_screen_create()
/external/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c173 tex = wsw->screen->resource_from_handle(wsw->screen, templ, whandle); in wsw_dt_from_handle()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c280 screen->base.screen->resource_from_handle(screen->base.screen, in dri2_drawable_process_buffers()
484 img->texture = screen->base.screen->resource_from_handle(screen->base.screen, in dri2_create_image_from_name()
/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp208 res = screen->resource_from_handle(screen, templ, &handle); in import_buffer()
218 res = screen->resource_from_handle(screen, in import_buffer()
/external/drm_gralloc/
Dgralloc_drm_pipe.c144 buf->resource = pm->screen->resource_from_handle(pm->screen, in get_pipe_buffer_locked()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c507 screen->resource_from_handle = softpipe_resource_from_handle; in softpipe_init_screen_texture_funcs()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c242 tex = scrn->base.pscreen->resource_from_handle(scrn->base.pscreen, &template, &dri2_handle); in vl_screen_texture_from_drawable()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dnative_dri2.c182 dri2surf->textures[natt] = dri2dpy->base.screen->resource_from_handle( in dri2_surface_process_drawable_buffers()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c1439 screen->resource_from_handle = llvmpipe_resource_from_handle; in llvmpipe_init_screen_resource_funcs()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h1665 screen->resource_from_handle(screen, &templat, &handle); in OpenSharedResource()