• Home
  • Raw
  • Download

Lines Matching refs:surface

47                          VdpOutputSurface  *surface)  in vlVdpOutputSurfaceCreate()  argument
104 vlsurface->surface = pipe->create_surface(pipe, res, &surf_templ); in vlVdpOutputSurfaceCreate()
105 if (!vlsurface->surface) { in vlVdpOutputSurfaceCreate()
112 *surface = vlAddDataHTAB(vlsurface); in vlVdpOutputSurfaceCreate()
113 if (*surface == 0) { in vlVdpOutputSurfaceCreate()
133 vlVdpOutputSurfaceDestroy(VdpOutputSurface surface) in vlVdpOutputSurfaceDestroy() argument
138 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceDestroy()
147 pipe_surface_reference(&vlsurface->surface, NULL); in vlVdpOutputSurfaceDestroy()
153 vlRemoveDataHTAB(surface); in vlVdpOutputSurfaceDestroy()
163 vlVdpOutputSurfaceGetParameters(VdpOutputSurface surface, in vlVdpOutputSurfaceGetParameters() argument
169 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceGetParameters()
185 vlVdpOutputSurfaceGetBitsNative(VdpOutputSurface surface, in vlVdpOutputSurfaceGetBitsNative() argument
197 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfaceGetBitsNative()
238 vlVdpOutputSurfacePutBitsNative(VdpOutputSurface surface, in vlVdpOutputSurfacePutBitsNative() argument
247 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsNative()
272 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface, in vlVdpOutputSurfacePutBitsIndexed() argument
295 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsIndexed()
325 res_tmpl.width0 = vlsurface->surface->texture->width0; in vlVdpOutputSurfacePutBitsIndexed()
326 res_tmpl.height0 = vlsurface->surface->texture->height0; in vlVdpOutputSurfacePutBitsIndexed()
393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); in vlVdpOutputSurfacePutBitsIndexed()
413 vlVdpOutputSurfacePutBitsYCbCr(VdpOutputSurface surface, in vlVdpOutputSurfacePutBitsYCbCr() argument
432 vlsurface = vlGetDataHTAB(surface); in vlVdpOutputSurfacePutBitsYCbCr()
458 vtmpl.width = vlsurface->surface->texture->width0; in vlVdpOutputSurfacePutBitsYCbCr()
459 vtmpl.height = vlsurface->surface->texture->height0; in vlVdpOutputSurfacePutBitsYCbCr()
499 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); in vlVdpOutputSurfacePutBitsYCbCr()
669 vl_compositor_render(cstate, compositor, dst_vlsurface->surface, NULL); in vlVdpOutputSurfaceRenderOutputSurface()
728 vl_compositor_render(cstate, compositor, dst_vlsurface->surface, NULL); in vlVdpOutputSurfaceRenderBitmapSurface()