HomeSort by relevance Sort by last modified time
    Searched refs:resource_from_handle (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource.c 46 is->base.resource_from_handle = i915_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_resource.c 61 pscreen->resource_from_handle = nv30_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_resource.c 56 r300screen->screen.resource_from_handle = r300_texture_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_resource.c 50 screen->resource_from_handle = r600_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource.c 73 is->screen.resource_from_handle = svga_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource.c 46 is->base.resource_from_handle = i915_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.c 61 pscreen->resource_from_handle = nv30_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/r300/
r300_resource.c 56 r300screen->screen.resource_from_handle = r300_texture_from_handle;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_resource.c 50 screen->resource_from_handle = r600_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource.c 73 is->screen.resource_from_handle = svga_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_resource.c 61 pscreen->resource_from_handle = nvc0_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_resource.c 64 screen->resource_from_handle = r600_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 151 struct pipe_resource * (*resource_from_handle)(struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_resource.c 61 pscreen->resource_from_handle = nvc0_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/r600/
r600_resource.c 64 screen->resource_from_handle = r600_resource_from_handle;
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 151 struct pipe_resource * (*resource_from_handle)(struct pipe_screen *, member in struct:pipe_screen
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 53 ndpy->screen->resource_from_handle(ndpy->screen, &templ, &wsh);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 53 ndpy->screen->resource_from_handle(ndpy->screen, &templ, &wsh);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_resource.c 103 pscreen->resource_from_handle = nv50_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.c 103 pscreen->resource_from_handle = nv50_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_screen.c 159 result = screen->resource_from_handle(screen, templ, handle);
273 id_screen->base.resource_from_handle = identity_screen_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_screen.c 160 result = screen->resource_from_handle(screen, templ, handle);
276 rb_screen->base.resource_from_handle = rbug_screen_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/identity/
id_screen.c 159 result = screen->resource_from_handle(screen, templ, handle);
273 id_screen->base.resource_from_handle = identity_screen_resource_from_handle;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.c 160 result = screen->resource_from_handle(screen, templ, handle);
276 rb_screen->base.resource_from_handle = rbug_screen_resource_from_handle;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 123 result = oscreen->resource_from_handle(oscreen, templ, handle);
380 screen->resource_from_handle = noop_resource_from_handle;

Completed in 1002 milliseconds

1 2