HomeSort by relevance Sort by last modified time
    Searched refs:handle_table_get (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_handle_table.h 90 handle_table_get(struct handle_table *ht,
u_handle_table.c 220 handle_table_get(struct handle_table *ht, function
  /external/mesa3d/src/gallium/state_trackers/va/
subpicture.c 77 img = handle_table_get(drv->htab, image);
108 sub = handle_table_get(drv->htab, subpicture);
134 img = handle_table_get(drv->htab, image);
140 sub = handle_table_get(drv->htab, subpicture);
191 sub = handle_table_get(drv->htab, subpicture);
198 surf = handle_table_get(drv->htab, target_surfaces[i]);
238 surf = handle_table_get(drv->htab, target_surfaces[i]);
261 sub = handle_table_get(drv->htab, subpicture);
268 surf = handle_table_get(drv->htab, target_surfaces[i]);
buffer.c 86 buf = handle_table_get(drv->htab, buf_id);
121 buf = handle_table_get(drv->htab, buf_id);
164 buf = handle_table_get(drv->htab, buf_id);
195 buf = handle_table_get(drv->htab, buf_id);
224 buf = handle_table_get(drv->htab, buf_id);
258 buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, buf_id);
343 buf = handle_table_get(drv->htab, buf_id);
postproc.c 191 prevprev = handle_table_get(drv->htab, param->backward_references[1]);
192 prev = handle_table_get(drv->htab, param->backward_references[0]);
193 next = handle_table_get(drv->htab, param->forward_references[0]);
246 src_surface = handle_table_get(drv->htab, param->surface);
253 vlVaBuffer *buf = handle_table_get(drv->htab, param->filters[i]);
image.c 201 surf = handle_table_get(drv->htab, surface);
290 vaimage = handle_table_get(drv->htab, image);
332 surf = handle_table_get(drv->htab, surface);
338 vaimage = handle_table_get(drv->htab, image);
344 img_buf = handle_table_get(drv->htab, vaimage->buf);
443 surf = handle_table_get(drv->htab, surface);
449 vaimage = handle_table_get(drv->htab, image);
455 img_buf = handle_table_get(drv->htab, vaimage->buf);
picture.c 54 context = handle_table_get(drv->htab, context_id);
60 surf = handle_table_get(drv->htab, render_target);
93 vlVaSurface *surf = handle_table_get(drv->htab, surface_id);
410 coded_buf = handle_table_get(drv->htab, h264->coded_buf);
485 context = handle_table_get(drv->htab, context_id);
492 vlVaBuffer *buf = handle_table_get(drv->htab, buffers[i]);
560 context = handle_table_get(drv->htab, context_id);
574 surf = handle_table_get(drv->htab, context->target_id);
config.c 290 config = handle_table_get(drv->htab, config_id);
318 config = handle_table_get(drv->htab, config_id);
surface.c 75 vlVaSurface *surf = handle_table_get(drv->htab, surface_list[i]);
106 surf = handle_table_get(drv->htab, render_target);
119 context = handle_table_get(drv->htab, surf->ctx);
205 buf = handle_table_get(drv->htab, sub->image->buf);
292 surf = handle_table_get(drv->htab, surface_id);
403 config = handle_table_get(drv->htab, config_id);
837 vlVaBuffer *buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, filters[i]);
context.c 218 config = handle_table_get(drv->htab, config_id);
312 context = handle_table_get(drv->htab, context_id);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
htab.c 78 data = handle_table_get(htab, handle);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 93 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);

Completed in 742 milliseconds