/hardware/intel/img/psb_video/ |
psb-video.spec | 6 %define drimoduledir %{_libdir}/dri
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 346 __DRIcontext *context; /* DRI context */ 347 __DRIscreen *screen; /* DRI screen */ 388 radeonScreenPtr radeonScreen; /* Screen private DRI data */ 411 /* Mirrors of some DRI state */ 412 struct radeon_dri_mirror dri; member in struct:radeon_context 506 return radeon->dri.context->driDrawablePriv; 511 return radeon->dri.context->driReadablePriv;
|
radeon_common_context.c | 159 /* DRI fields */ 160 radeon->dri.context = driContextPriv; 161 radeon->dri.screen = sPriv; 162 radeon->dri.fd = sPriv->fd; 163 radeon->dri.drmMinor = sPriv->drm_version.minor; 306 __DRIcontext *driContext = radeon->dri.context;
|
radeon_common.c | 169 ret = drmCommandWriteRead(radeon->dri.fd, DRM_RADEON_GETPARAM, 374 radeon_update_renderbuffers(radeon->dri.context, 375 radeon->dri.context->driDrawablePriv, GL_FALSE); 391 radeon_update_renderbuffers(rmesa->dri.context, 392 rmesa->dri.context->driReadablePriv, GL_FALSE); 415 __DRIcontext *driContext = radeon->dri.context; 757 if (!drmCommandWriteRead(rmesa->dri.fd, DRM_RADEON_GEM_INFO,
|
radeon_context.c | 108 if (sarea->ctx_owner != rmesa->radeon.dri.hwContext) { 109 sarea->ctx_owner = rmesa->radeon.dri.hwContext;
|
radeon_texture.c | 603 screen = radeon->dri.screen;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 346 __DRIcontext *context; /* DRI context */ 347 __DRIscreen *screen; /* DRI screen */ 388 radeonScreenPtr radeonScreen; /* Screen private DRI data */ 411 /* Mirrors of some DRI state */ 412 struct radeon_dri_mirror dri; member in struct:radeon_context 506 return radeon->dri.context->driDrawablePriv; 511 return radeon->dri.context->driReadablePriv;
|
radeon_common_context.c | 159 /* DRI fields */ 160 radeon->dri.context = driContextPriv; 161 radeon->dri.screen = sPriv; 162 radeon->dri.fd = sPriv->fd; 163 radeon->dri.drmMinor = sPriv->drm_version.minor; 306 __DRIcontext *driContext = radeon->dri.context;
|
radeon_common.c | 169 ret = drmCommandWriteRead(radeon->dri.fd, DRM_RADEON_GETPARAM, 374 radeon_update_renderbuffers(radeon->dri.context, 375 radeon->dri.context->driDrawablePriv, GL_FALSE); 391 radeon_update_renderbuffers(rmesa->dri.context, 392 rmesa->dri.context->driReadablePriv, GL_FALSE); 415 __DRIcontext *driContext = radeon->dri.context; 757 if (!drmCommandWriteRead(rmesa->dri.fd, DRM_RADEON_GEM_INFO,
|
radeon_context.c | 108 if (sarea->ctx_owner != rmesa->radeon.dri.hwContext) { 109 sarea->ctx_owner = rmesa->radeon.dri.hwContext;
|
radeon_texture.c | 603 screen = radeon->dri.screen;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/ |
Makefile | 11 ../../../winsys/sw/dri/libswdri.a \
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/ |
nouveau_xorg.c | 33 #include <xorg/dri.h>
|
/external/chromium_org/ui/ozone/ |
generate_ozone_platform_list.py | 14 Example Output: ./generate_ozone_platform_list.py --default wayland dri wayland 19 dri 43 "dri", // kPlatformDri
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/ |
Makefile | 11 ../../../winsys/sw/dri/libswdri.a \
|
/external/mesa3d/src/gallium/targets/xorg-nouveau/ |
nouveau_xorg.c | 33 #include <xorg/dri.h>
|
/external/mesa3d/src/egl/drivers/dri2/ |
Android.mk | 35 -DDEFAULT_DRIVER_DIR=\"/system/lib/dri\" \
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/ |
ResolverActivity.java | 593 DisplayResolveInfo dri = mList.get(position); local 595 Intent intent = new Intent(dri.origIntent != null 596 ? dri.origIntent : mIntent); 599 ActivityInfo ai = dri.ri.activityInfo;
|
/external/chromium_org/third_party/mesa/src/ |
Android.mk | 29 # The main target is libGLES_mesa. For each classic driver enabled, a DRI 30 # module will also be built. DRI modules will be loaded by libGLES_mesa. 84 src/mesa/drivers/dri
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_context.c | 157 if ( sarea->ctx_owner != rmesa->radeon.dri.hwContext ) { 158 sarea->ctx_owner = rmesa->radeon.dri.hwContext;
|
/external/mesa3d/ |
Android.mk | 29 # The main target is libGLES_mesa. For each classic driver enabled, a DRI 30 # module will also be built. DRI modules will be loaded by libGLES_mesa. 84 src/mesa/drivers/dri
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.c | 157 if ( sarea->ctx_owner != rmesa->radeon.dri.hwContext ) { 158 sarea->ctx_owner = rmesa->radeon.dri.hwContext;
|
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.java | 926 DisplayResolveInfo dri = filtered ? getItem(position) : mList.get(position); local [all...] |
/hardware/intel/common/libva/ |
libva.spec | 90 %{_libdir}/dri/dummy_drv_video.so
|
/device/asus/fugu/ |
init.fugu.rc | 25 symlink /dev/dri/card0 /dev/card0
|