Lines Matching defs:surface
57 VdpVideoSurface *surface)
109 *surface = vlAddDataHTAB(p_surf);
110 if (*surface == 0) {
133 vlVdpVideoSurfaceDestroy(VdpVideoSurface surface)
137 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);
146 vlRemoveDataHTAB(surface);
157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface,
164 vlVdpSurface *p_surf = vlGetDataHTAB(surface);
198 vlVdpVideoSurfaceGetBitsYCbCr(VdpVideoSurface surface,
210 vlsurface = vlGetDataHTAB(surface);
301 vlVdpVideoSurfacePutBitsYCbCr(VdpVideoSurface surface,
313 vlVdpSurface *p_surf = vlGetDataHTAB(surface);
331 /* Determine the most suitable format for the new surface */
423 * This surface has already been synced
466 struct pipe_video_buffer *vlVdpVideoSurfaceGallium(VdpVideoSurface surface)
468 vlVdpSurface *p_surf = vlGetDataHTAB(surface);
484 VdpStatus vlVdpVideoSurfaceDMABuf(VdpVideoSurface surface,
488 vlVdpSurface *p_surf = vlGetDataHTAB(surface);
515 /* Check if surface match interop requirements */