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;
3271 struct VADriverVTableEGL *va_egl;3363 ctx->vtable_egl = calloc(1, sizeof(struct VADriverVTableEGL));3367 va_egl = (struct VADriverVTableEGL *)ctx->vtable_egl;