Searched defs:source_surface (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/ui/gfx/ |
H A D | canvas_paint_gtk.cc | 41 cairo_surface_t* source_surface = cairo_get_target(context_); local 42 CHECK(source_surface); 44 cairo_surface_mark_dirty(source_surface); 46 cairo_set_source_surface(cr, source_surface, bounds.x, bounds.y); 88 cairo_surface_t* source_surface = cairo_get_target(context_); local 89 CHECK(source_surface); 91 cairo_surface_mark_dirty(source_surface); 92 cairo_set_source_surface(dest_, source_surface, 0, 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
H A D | output.c | 625 VdpOutputSurface source_surface, 647 src_vlsurface = vlGetDataHTAB(source_surface); 684 VdpBitmapSurface source_surface, 706 src_vlsurface = vlGetDataHTAB(source_surface); 623 vlVdpOutputSurfaceRenderOutputSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpOutputSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument 682 vlVdpOutputSurfaceRenderBitmapSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpBitmapSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
H A D | subpicture.c | 474 Status XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, argument 480 if (!source_surface || !target_surface) 486 if (source_surface->context_id != subpicture->context_id) 489 if (source_surface->context_id != subpicture->context_id)
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
H A D | output.c | 625 VdpOutputSurface source_surface, 647 src_vlsurface = vlGetDataHTAB(source_surface); 684 VdpBitmapSurface source_surface, 706 src_vlsurface = vlGetDataHTAB(source_surface); 623 vlVdpOutputSurfaceRenderOutputSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpOutputSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument 682 vlVdpOutputSurfaceRenderBitmapSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpBitmapSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
H A D | subpicture.c | 474 Status XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, argument 480 if (!source_surface || !target_surface) 486 if (source_surface->context_id != subpicture->context_id) 489 if (source_surface->context_id != subpicture->context_id)
|
/external/chromium_org/ui/surface/ |
H A D | accelerated_surface_win.cc | 789 base::win::ScopedComPtr<IDirect3DSurface9> source_surface; local 790 hr = source_texture_->GetSurfaceLevel(0, source_surface.Receive());
|
Completed in 351 milliseconds