Searched refs:vtable_wayland (Results 1 – 2 of 2) sorted by relevance
80 free(pDriverContext->vtable_wayland); in va_DisplayContextDestroy()81 pDriverContext->vtable_wayland = NULL; in va_DisplayContextDestroy()143 pDriverContext->vtable_wayland = vtable; in vaGetDisplayWl()172 if (!ctx->vtable_wayland || !ctx->vtable_wayland->vaGetSurfaceBufferWl) in vaGetSurfaceBufferWl()174 return ctx->vtable_wayland->vaGetSurfaceBufferWl(ctx, surface, flags, in vaGetSurfaceBufferWl()190 if (!ctx->vtable_wayland || !ctx->vtable_wayland->vaGetImageBufferWl) in vaGetImageBufferWl()192 return ctx->vtable_wayland->vaGetImageBufferWl(ctx, image, flags, in vaGetImageBufferWl()
509 struct VADriverVTableWayland *vtable_wayland; member