/external/libdrm/ |
xf86drm.h | 286 drm_context_t context; /**< Context handle */ 610 extern int drmAddContextPrivateMapping(int fd, drm_context_t ctx_id, 617 extern int drmCreateContext(int fd, drm_context_t * handle); 618 extern int drmSetContextFlags(int fd, drm_context_t context, 620 extern int drmGetContextFlags(int fd, drm_context_t context, 622 extern int drmAddContextTag(int fd, drm_context_t context, void *tag); 623 extern int drmDelContextTag(int fd, drm_context_t context); 624 extern void *drmGetContextTag(int fd, drm_context_t context); 625 extern drm_context_t * drmGetReservedContextList(int fd, int *count); 626 extern void drmFreeReservedContextList(drm_context_t *); [all...] |
xf86drm.c | [all...] |
/external/libdrm/tests/ttmtest/src/ |
xf86dri.h | 90 XID * ptr_to_returned_context_id, drm_context_t * hHWContext); 93 XID * ptr_to_returned_context_id, drm_context_t * hHWContext);
|
xf86dri.c | 340 drm_context_t *hHWContext; 376 drm_context_t *hHWContext;
|
ttmtest.c | 72 drm_context_t hwContext;
|
/external/mesa3d/src/glx/ |
xf86dri.h | 92 drm_context_t * hHWContext); 96 drm_context_t * hHWContext);
|
XF86dri.c | 325 XID * context, drm_context_t * hHWContext) 357 XID * context, drm_context_t * hHWContext)
|
/hardware/intel/common/libva/va/x11/ |
va_dri.h | 92 XID *ptr_to_returned_context_id, drm_context_t *hHWContext ); 95 XID *ptr_to_returned_context_id, drm_context_t *hHWContext );
|
va_dricommon.h | 81 drm_context_t hwContext;
|
va_dri.c | 337 drm_context_t * hHWContext; 372 drm_context_t * hHWContext;
|
/bionic/libc/kernel/uapi/drm/ |
drm_sarea.h | 56 drm_context_t dummy_context;
|
drm.h | 54 typedef unsigned int drm_context_t; typedef 287 drm_context_t handle;
|
/external/kernel-headers/original/uapi/drm/ |
drm_sarea.h | 77 drm_context_t dummy_context;
|
drm.h | 72 typedef unsigned int drm_context_t; typedef 410 drm_context_t handle;
|
/external/libdrm/include/drm/ |
drm_sarea.h | 75 drm_context_t dummy_context;
|
drm.h | 72 typedef unsigned int drm_context_t; typedef 415 drm_context_t handle;
|
/external/libdrm/nouveau/ |
private.h | 114 nouveau_device_open_existing(struct nouveau_device **, int, int, drm_context_t);
|
/external/mesa3d/include/GL/internal/ |
sarea.h | 89 drm_context_t dummy_context;
|
dri_interface.h | 53 typedef unsigned int drm_context_t; typedef 672 drm_context_t hwContext, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
drm_sarea.h | 75 drm_context_t dummy_context;
|
drm.h | 72 typedef unsigned int drm_context_t; typedef 411 drm_context_t handle;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
drm_sarea.h | 75 drm_context_t dummy_context;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 349 drm_context_t hwContext;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/ |
dri_interface.h | 47 typedef unsigned int drm_context_t; typedef 615 drm_context_t hwContext,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/ |
dri_interface.h | 53 typedef unsigned int drm_context_t; typedef 672 drm_context_t hwContext,
|