Searched refs:VADriverVTableEGL (Results 1 – 4 of 4) sorted by relevance
71 struct VADriverVTableEGL *va_egl; in vaGetEGLClientBufferFromSurface()75 va_egl = (struct VADriverVTableEGL *)ctx->vtable_egl; in vaGetEGLClientBufferFromSurface()
31 struct VADriverVTableEGL { struct
451 struct VADriverVTableEGL *vtable_egl;
3204 struct VADriverVTableEGL *va_egl;3296 ctx->vtable_egl = calloc(1, sizeof(struct VADriverVTableEGL));3300 va_egl = (struct VADriverVTableEGL *)ctx->vtable_egl;