HomeSort by relevance Sort by last modified time
    Searched refs:drm_context_t (Results 1 - 25 of 26) sorted by null

1 2

  /external/mesa3d/src/glx/
dri_sarea.h 89 drm_context_t dummy_context;
xf86dri.h 92 drm_context_t * hHWContext);
96 drm_context_t * hHWContext);
XF86dri.c 332 XID * context, drm_context_t * hHWContext)
364 XID * context, drm_context_t * hHWContext)
  /bionic/libc/kernel/uapi/drm/
drm_sarea.h 51 drm_context_t dummy_context;
drm.h 50 typedef unsigned int drm_context_t; typedef
241 drm_context_t handle;
  /external/kernel-headers/original/uapi/drm/
drm_sarea.h 81 drm_context_t dummy_context;
drm.h 83 typedef unsigned int drm_context_t; typedef
425 drm_context_t handle;
  /external/libdrm/include/drm/
drm_sarea.h 77 drm_context_t dummy_context;
drm.h 77 typedef unsigned int drm_context_t; typedef
419 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;
drm.h 72 typedef unsigned int drm_context_t; typedef
411 drm_context_t handle;
  /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;
  /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;
  /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/nouveau/
private.h 114 nouveau_device_open_existing(struct nouveau_device **, int, int, drm_context_t);
nouveau.c 362 drm_context_t ctx)
  /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,
  /external/mesa3d/include/GL/internal/
dri_interface.h 46 typedef unsigned int drm_context_t; typedef
854 drm_context_t hwContext,
    [all...]
  /external/libdrm/tests/
drmstat.c 104 drm_context_t context;
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 209 drm_context_t drm_context;

Completed in 463 milliseconds

1 2