/hardware/intel/common/libva/va/drm/ |
va_drm_utils.c | 50 drmVersionPtr drm_version; local 59 drm_version = drmGetVersion(drm_state->fd); 60 if (!drm_version) 64 if (drm_version->name_len >= m->key_len && 65 strncmp(drm_version->name, m->key, m->key_len) == 0) 68 drmFreeVersion(drm_version);
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri_glx.c | 327 __DRIversion drm_version; local 371 drm_version.major = version->version_major; 372 drm_version.minor = version->version_minor; 373 drm_version.patch = version->version_patchlevel; 377 drm_version.major = -1; 378 drm_version.minor = -1; 379 drm_version.patch = -1; 437 &drm_version,
|
/external/mesa3d/src/glx/ |
dri_glx.c | 327 __DRIversion drm_version; local 371 drm_version.major = version->version_major; 372 drm_version.minor = version->version_minor; 373 drm_version.patch = version->version_patchlevel; 377 drm_version.major = -1; 378 drm_version.minor = -1; 379 drm_version.patch = -1; 437 &drm_version,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_context.c | 226 if ( sPriv->drm_version.minor < 13 ) 228 "disabling.\n", sPriv->drm_version.minor ); 233 if ( sPriv->drm_version.minor >= 15 )
|
radeon_common_context.c | 163 radeon->dri.drmMinor = sPriv->drm_version.minor;
|
radeon_screen.c | 147 if (sPriv->drm_version.major >= 2) {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_context.c | 226 if ( sPriv->drm_version.minor < 13 ) 228 "disabling.\n", sPriv->drm_version.minor ); 233 if ( sPriv->drm_version.minor >= 15 )
|
radeon_common_context.c | 163 radeon->dri.drmMinor = sPriv->drm_version.minor;
|
radeon_screen.c | 147 if (sPriv->drm_version.major >= 2) {
|
/hardware/intel/img/libdrm/tests/ |
dristat.c | 38 #define DRM_VERSION 0x00000001 243 case 'v': mask |= DRM_VERSION; break; 270 if (mask & DRM_VERSION) getversion(fd);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_context.c | 258 if ( sPriv->drm_version.major == 1 260 if ( sPriv->drm_version.minor < 13 ) 262 "disabling.\n", sPriv->drm_version.minor ); 267 if ( sPriv->drm_version.minor >= 15 )
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.c | 258 if ( sPriv->drm_version.major == 1 260 if ( sPriv->drm_version.minor < 13 ) 262 "disabling.\n", sPriv->drm_version.minor ); 267 if ( sPriv->drm_version.minor >= 15 )
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
dri_util.c | 95 psp->drm_version.major = version->version_major; 96 psp->drm_version.minor = version->version_minor; 97 psp->drm_version.patch = version->version_patchlevel;
|
dri_util.h | 143 __DRIversion drm_version; member in struct:__DRIscreenRec
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_util.c | 95 psp->drm_version.major = version->version_major; 96 psp->drm_version.minor = version->version_minor; 97 psp->drm_version.patch = version->version_patchlevel;
|
dri_util.h | 143 __DRIversion drm_version; member in struct:__DRIscreenRec
|
/bionic/libc/kernel/uapi/drm/ |
drm.h | 84 struct drm_version { struct 105 struct drm_version __user *version; 464 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version) 595 typedef struct drm_version drm_version_t;
|
/external/kernel-headers/original/uapi/drm/ |
drm.h | 128 struct drm_version { struct 152 struct drm_version __user *version; 665 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version) 810 typedef struct drm_version drm_version_t;
|
/hardware/intel/img/libdrm/shared-core/ |
drm.h | 187 struct drm_version { struct 213 struct drm_version __user *version; 689 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version) 817 typedef struct drm_version drm_version_t;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/ |
drm.h | 128 struct drm_version { struct 152 struct drm_version *version; 619 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version) 747 typedef struct drm_version drm_version_t;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
drm.h | 128 struct drm_version { struct 152 struct drm_version *version; 619 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version) 747 typedef struct drm_version drm_version_t;
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-linux.c | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
dri_interface.h | 655 const __DRIversion *drm_version, [all...] |
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 655 const __DRIversion *drm_version, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/internal/ |
dri_interface.h | 598 const __DRIversion *drm_version,
|