/external/libdrm/tegra/ |
D | tegra.c | 44 struct drm_tegra *drm = bo->drm; in drm_tegra_bo_free() local 60 struct drm_tegra *drm; in drm_tegra_wrap() local 97 void drm_tegra_close(struct drm_tegra *drm) in drm_tegra_close() 108 int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_new() 146 int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_wrap() 169 int drm_tegra_bo_name_ref(struct drm_tegra *drm, uint32_t name, uint32_t size, in drm_tegra_bo_name_ref() 250 struct drm_tegra *drm = bo->drm; in drm_tegra_bo_map() local 299 struct drm_tegra *drm = bo->drm; in drm_tegra_bo_get_flags() local 322 struct drm_tegra *drm = bo->drm; in drm_tegra_bo_set_flags() local 344 struct drm_tegra *drm = bo->drm; in drm_tegra_bo_get_tiling() local [all …]
|
D | private.h | 42 struct drm_tegra *drm; member
|
/external/libdrm/nouveau/ |
D | abi16.c | 41 struct nouveau_drm *drm = nouveau_drm(obj); in abi16_chan_nv04() local 65 struct nouveau_drm *drm = nouveau_drm(obj); in abi16_chan_nvc0() local 86 struct nouveau_drm *drm = nouveau_drm(obj); in abi16_chan_nve0() local 112 struct nouveau_drm *drm = nouveau_drm(obj); in abi16_engobj() local 153 struct nouveau_drm *drm = nouveau_drm(obj); in abi16_ntfy() local 224 struct nouveau_drm *drm = nouveau_drm(obj); in abi16_delete() local 315 struct nouveau_drm *drm = nouveau_drm(&dev->object); in abi16_bo_init() local
|
D | nouveau.c | 70 struct nouveau_drm *drm = nouveau_drm(obj); in nouveau_object_ioctl() local 99 struct nouveau_drm *drm = nouveau_drm(obj); in nouveau_object_mthd() local 141 struct nouveau_drm *drm = nouveau_drm(obj); in nouveau_object_sclass_get() local 239 struct nouveau_drm *drm = nouveau_drm(parent); in nouveau_object_init() local 331 struct nouveau_drm *drm; in nouveau_drm_new() local 376 struct nouveau_drm *drm = nouveau_drm(parent); in nouveau_device_new() local 464 struct nouveau_drm *drm; in nouveau_device_wrap() local 509 struct nouveau_drm *drm = in nouveau_device_del() local 523 struct nouveau_drm *drm = nouveau_drm(&dev->object); in nouveau_getparam() local 534 struct nouveau_drm *drm = nouveau_drm(&dev->object); in nouveau_setparam() local [all …]
|
D | pushbuf.c | 315 struct nouveau_drm *drm = nouveau_drm(&dev->object); in pushbuf_submit() local 540 struct nouveau_drm *drm = nouveau_drm(&client->device->object); in nouveau_pushbuf_new() local
|
/external/drm_gralloc/ |
D | gralloc_drm.cpp | 108 struct gralloc_drm_t *drm; in gralloc_drm_create() local 135 void gralloc_drm_destroy(struct gralloc_drm_t *drm) in gralloc_drm_destroy() 146 int gralloc_drm_get_fd(struct gralloc_drm_t *drm) in gralloc_drm_get_fd() 155 struct gralloc_drm_t *drm) in validate_handle() 195 int gralloc_drm_handle_register(buffer_handle_t handle, struct gralloc_drm_t *drm) in gralloc_drm_handle_register() 246 struct gralloc_drm_bo_t *gralloc_drm_bo_create(struct gralloc_drm_t *drm, in gralloc_drm_bo_create() 331 struct gralloc_drm_t *drm = bo->drm; in gralloc_drm_resolve_format() local
|
D | gralloc_drm_priv.h | 47 struct gralloc_drm_t *drm; member 78 struct gralloc_drm_t *drm; member
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.c | 52 struct wl_drm *drm = buffer->drm; in destroy_buffer() local 76 struct wl_drm *drm = resource->data; in create_buffer() local 170 struct wl_drm *drm = resource->data; in drm_authenticate() local 189 struct wl_drm *drm = data; in bind_drm() local 213 struct wl_drm *drm; in wayland_drm_init() local 228 wayland_drm_uninit(struct wl_drm *drm) in wayland_drm_uninit()
|
D | wayland-drm.h | 74 struct wl_drm *drm; member
|
/external/drm_hwcomposer/ |
D | platformdrmgeneric.cpp | 37 Importer *Importer::CreateInstance(DrmResources *drm) { in CreateInstance() 52 DrmGenericImporter::DrmGenericImporter(DrmResources *drm) : drm_(drm) { in DrmGenericImporter()
|
D | platformnv.cpp | 35 Importer *Importer::CreateInstance(DrmResources *drm) { in CreateInstance() 50 NvImporter::NvImporter(DrmResources *drm) : drm_(drm) { in NvImporter()
|
D | drmcrtc.cpp | 29 DrmCrtc::DrmCrtc(DrmResources *drm, drmModeCrtcPtr c, unsigned pipe) in DrmCrtc()
|
D | drmcompositor.cpp | 31 DrmCompositor::DrmCompositor(DrmResources *drm) : drm_(drm), frame_no_(0) { in DrmCompositor()
|
D | drmplane.cpp | 31 DrmPlane::DrmPlane(DrmResources *drm, drmModePlanePtr p) in DrmPlane()
|
D | drmeventlistener.cpp | 30 DrmEventListener::DrmEventListener(DrmResources *drm) in DrmEventListener()
|
D | drmconnector.cpp | 30 DrmConnector::DrmConnector(DrmResources *drm, drmModeConnectorPtr c, in DrmConnector()
|
D | vsyncworker.cpp | 45 int VSyncWorker::Init(DrmResources *drm, int display) { in Init()
|
D | drmcomposition.cpp | 34 DrmComposition::DrmComposition(DrmResources *drm, Importer *importer, in DrmComposition()
|
D | hwcomposer.cpp | 131 void Init(DrmResources *drm, const struct hwc_procs *procs) { in Init() 197 DrmResources drm; member
|
D | drmdisplaycomposition.cpp | 44 int DrmDisplayComposition::Init(DrmResources *drm, DrmCrtc *crtc, in Init()
|
D | drmdisplaycompositor.cpp | 283 int DrmDisplayCompositor::Init(DrmResources *drm, int display) { in Init()
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
D | native_drm.c | 128 drm_handle_device(void *data, struct wl_drm *drm, const char *device) in drm_handle_device() 157 drm_handle_format(void *data, struct wl_drm *drm, uint32_t format) in drm_handle_format() 172 drm_handle_authenticated(void *data, struct wl_drm *drm) in drm_handle_authenticated()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | native_buffer.h | 54 } drm; member
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 673 drm_handle_device(void *data, struct wl_drm *drm, const char *device) in drm_handle_device() 703 drm_handle_format(void *data, struct wl_drm *drm, uint32_t format) in drm_handle_format() 718 drm_handle_authenticated(void *data, struct wl_drm *drm) in drm_handle_authenticated()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 117 STRUCT_DRM drm; member
|