Searched refs:source_rect (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 198 VdpRect const *source_rect, in vlVdpOutputSurfaceGetBitsNative() argument 223 box = RectToPipeBox(source_rect, res); in vlVdpOutputSurfaceGetBitsNative() 647 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderOutputSurface() argument 693 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderOutputSurface() 717 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderBitmapSurface() argument 763 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | mixer.c | 398 RectToPipe(layers->source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.c | 727 RECT source_rect; in present() local 746 source_rect = *pSourceRect; in present() 747 if (source_rect.top == 0 && in present() 748 source_rect.left == 0 && in present() 749 source_rect.bottom == resource->height0 && in present() 750 source_rect.right == resource->width0) in present()
|