Home
last modified time | relevance | path

Searched refs:display_type (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libva/va/drm/
Dva_drm.c39 pDriverContext->display_type == VA_DISPLAY_DRM); in va_DisplayContextIsValid()
107 pDriverContext->display_type = VA_DISPLAY_DRM; in vaGetDisplayDRM()
/hardware/intel/common/libva/va/wayland/
Dva_wayland.c62 pDriverContext->display_type == VA_DISPLAY_WAYLAND); in va_DisplayContextIsValid()
138 pDriverContext->display_type = VA_DISPLAY_WAYLAND; in vaGetDisplayWl()
/hardware/intel/common/libva/va/glx/
Dva_glx.c101 pDriverContext->display_type = VA_DISPLAY_GLX; in vaGetDisplayGLX()
/hardware/intel/common/libva/va/android/
Dva_android.cpp157 pDriverContext->display_type = VA_DISPLAY_ANDROID; in vaGetDisplay()
/hardware/intel/common/libva/va/x11/
Dva_x11.c190 pDriverContext->display_type = VA_DISPLAY_X11; in vaGetDisplay()
/hardware/intel/common/libva/va/
Dva_backend.h500 unsigned long display_type; member