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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 52 struct u_rect dirty_area; member in struct:vl_xsp_screen
78 vl_compositor_reset_dirty_area(&xsp_screen->dirty_area);
104 return &xsp_screen->dirty_area;
156 vl_compositor_reset_dirty_area(&xsp_screen->dirty_area);
vl_compositor.c 986 struct u_rect *dirty_area)
1002 gen_vertex_data(c, s, dirty_area);
1004 if (dirty_area && (dirty_area->x0 < dirty_area->x1 ||
1005 dirty_area->y0 < dirty_area->y1)) {
    [all...]
vl_compositor.h 227 struct u_rect *dirty_area);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 52 struct u_rect dirty_area; member in struct:vl_xsp_screen
78 vl_compositor_reset_dirty_area(&xsp_screen->dirty_area);
104 return &xsp_screen->dirty_area;
156 vl_compositor_reset_dirty_area(&xsp_screen->dirty_area);
vl_compositor.c 986 struct u_rect *dirty_area)
1002 gen_vertex_data(c, s, dirty_area);
1004 if (dirty_area && (dirty_area->x0 < dirty_area->x1 ||
1005 dirty_area->y0 < dirty_area->y1)) {
    [all...]
vl_compositor.h 227 struct u_rect *dirty_area);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
device.c 262 vlVdpResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area)
279 dirty_area = &vlsurface->dirty_area;
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area);
presentation.c 211 struct u_rect src_rect, dst_clip, *dirty_area; local
235 dirty_area = vl_screen_get_dirty_area(pq->device->vscreen);
255 vlVdpResolveDelayedRendering(pq->device, surf_draw, dirty_area);
268 vl_compositor_render(cstate, compositor, surf_draw, dirty_area);
vdpau_private.h 384 struct u_rect dirty_area; member in struct:__anon17827
410 void vlVdpResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area);
mixer.c 315 vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area);
output.c 123 vl_compositor_reset_dirty_area(&vlsurface->dirty_area);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 262 vlVdpResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area)
279 dirty_area = &vlsurface->dirty_area;
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area);
presentation.c 211 struct u_rect src_rect, dst_clip, *dirty_area; local
235 dirty_area = vl_screen_get_dirty_area(pq->device->vscreen);
255 vlVdpResolveDelayedRendering(pq->device, surf_draw, dirty_area);
268 vl_compositor_render(cstate, compositor, surf_draw, dirty_area);
vdpau_private.h 384 struct u_rect dirty_area; member in struct:__anon31386
410 void vlVdpResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area);
mixer.c 315 vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area);
output.c 123 vl_compositor_reset_dirty_area(&vlsurface->dirty_area);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 362 struct u_rect *dirty_area; local
385 dirty_area = vl_screen_get_dirty_area(context_priv->vscreen);
436 vl_compositor_render(cstate, compositor, surf, dirty_area);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 362 struct u_rect *dirty_area; local
385 dirty_area = vl_screen_get_dirty_area(context_priv->vscreen);
436 vl_compositor_render(cstate, compositor, surf, dirty_area);

Completed in 560 milliseconds