HomeSort by relevance Sort by last modified time
    Searched refs:vtable_wayland (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/va/wayland/
va_wayland.c 80 free(pDriverContext->vtable_wayland);
81 pDriverContext->vtable_wayland = NULL;
143 pDriverContext->vtable_wayland = vtable;
172 if (!ctx->vtable_wayland || !ctx->vtable_wayland->vaGetSurfaceBufferWl)
174 return ctx->vtable_wayland->vaGetSurfaceBufferWl(ctx, surface, flags,
190 if (!ctx->vtable_wayland || !ctx->vtable_wayland->vaGetImageBufferWl)
192 return ctx->vtable_wayland->vaGetImageBufferWl(ctx, image, flags,
  /hardware/intel/common/libva/va/
va_backend.h 509 struct VADriverVTableWayland *vtable_wayland; member in struct:VADriverContext

Completed in 211 milliseconds