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

  /hardware/intel/common/libva/va/egl/
va_backend_egl.h 33 VAStatus (*vaGetEGLClientBufferFromSurface) (
va_egl.c 54 * Bellow API vaGetEGLClientBufferFromSurface is for this purpose
64 VAStatus vaGetEGLClientBufferFromSurface (
76 if (va_egl && va_egl->vaGetEGLClientBufferFromSurface) {
77 return va_egl->vaGetEGLClientBufferFromSurface(ctx, surface, buffer);

Completed in 85 milliseconds