Searched defs:dri1_api_version (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c43 struct dri1_api_version { struct
59 static struct dri1_api_version drm_required = { 2, 1, 0 };
60 static struct dri1_api_version drm_compat = { 2, 0, 0 };
63 vmw_dri1_check_version(const struct dri1_api_version *cur,
64 const struct dri1_api_version *required,
65 const struct dri1_api_version *compat,
90 struct dri1_api_version drm_ver;
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c43 struct dri1_api_version { struct
59 static struct dri1_api_version drm_required = { 2, 1, 0 };
60 static struct dri1_api_version drm_compat = { 2, 0, 0 };
63 vmw_dri1_check_version(const struct dri1_api_version *cur,
64 const struct dri1_api_version *required,
65 const struct dri1_api_version *compat,
90 struct dri1_api_version drm_ver;

Completed in 96 milliseconds