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

  /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)
dri_glx.c 671 drm_context_t hwContext;
  /bionic/libc/kernel/uapi/drm/
drm_sarea.h 52 drm_context_t dummy_context;
drm.h 51 typedef unsigned int drm_context_t; typedef
242 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 81 drm_context_t dummy_context;
drm.h 77 typedef unsigned int drm_context_t; typedef
419 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;
  /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 358 drm_context_t ctx)
  /external/mesa3d/include/drm-uapi/
drm.h 77 typedef unsigned int drm_context_t; typedef
419 drm_context_t handle;
  /external/mesa3d/include/GL/internal/
dri_interface.h 46 typedef unsigned int drm_context_t; typedef
872 drm_context_t hwContext,
    [all...]

Completed in 491 milliseconds