/external/swiftshader/include/Android/hardware/ |
D | gralloc.h | 34 int (*registerBuffer)(gralloc_module_t const*, buffer_handle_t); 35 int (*unregisterBuffer)(gralloc_module_t const*, buffer_handle_t); 36 int (*lock)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**); 37 int (*unlock)(gralloc_module_t const*, buffer_handle_t); 39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, 41 … int (*lockAsync)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, void**, int); 42 int (*unlockAsync)(gralloc_module_t const*, buffer_handle_t, int*); 43 int (*lockAsync_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, 45 int32_t (*getTransportSize)(gralloc_module_t const*, buffer_handle_t, uint32_t, uint32_t); 46 …int32_t (*validateBufferSize)(gralloc_module_t const*, buffer_handle_t, uint32_t, uint32_t, int32_…
|
D | gralloc1.h | 70 typedef int32_t (*GRALLOC1_PFN_LOCK)(gralloc1_device_t*, buffer_handle_t, uint64_t, uint64_t, 72 typedef int32_t (*GRALLOC1_PFN_UNLOCK)(gralloc1_device_t*, buffer_handle_t, int32_t*);
|
/external/minigbm/cros_gralloc/ |
D | cros_gralloc_driver.h | 24 buffer_handle_t *out_handle); 26 int32_t retain(buffer_handle_t handle); 27 int32_t release(buffer_handle_t handle); 29 int32_t lock(buffer_handle_t handle, int32_t acquire_fence, const struct rectangle *rect, 31 int32_t unlock(buffer_handle_t handle, int32_t *release_fence); 33 int32_t get_backing_store(buffer_handle_t handle, uint64_t *out_store);
|
D | cros_gralloc_driver.cc | 87 buffer_handle_t *out_handle) in allocate() 165 int32_t cros_gralloc_driver::retain(buffer_handle_t handle) in retain() 223 int32_t cros_gralloc_driver::release(buffer_handle_t handle) in release() 250 int32_t cros_gralloc_driver::lock(buffer_handle_t handle, int32_t acquire_fence, in lock() 274 int32_t cros_gralloc_driver::unlock(buffer_handle_t handle, int32_t *release_fence) in unlock() 300 int32_t cros_gralloc_driver::get_backing_store(buffer_handle_t handle, uint64_t *out_store) in get_backing_store()
|
D | cros_gralloc_helpers.h | 23 cros_gralloc_handle_t cros_gralloc_convert_handle(buffer_handle_t handle);
|
D | cros_gralloc_helpers.cc | 47 cros_gralloc_handle_t cros_gralloc_convert_handle(buffer_handle_t handle) in cros_gralloc_convert_handle()
|
/external/drm_hwcomposer/ |
D | drmhwcomposer.h | 36 buffer_handle_t buf, struct hwc_drm_bo *bo); 74 int ImportBuffer(buffer_handle_t handle, Importer *importer); 102 int CopyBufferHandle(buffer_handle_t handle, int width, int height, 107 buffer_handle_t get() const { in get() 131 buffer_handle_t sf_handle = NULL; 151 buffer_handle_t get_usable_handle() const { in get_usable_handle()
|
D | hwcutils.cpp | 46 int DrmHwcBuffer::ImportBuffer(buffer_handle_t handle, Importer *importer) { in ImportBuffer() 64 int DrmHwcNativeHandle::CopyBufferHandle(buffer_handle_t handle, int width, in CopyBufferHandle() 78 ret = gm.importBuffer(handle, const_cast<buffer_handle_t *>(&handle_copy)); in CopyBufferHandle() 81 stride, const_cast<buffer_handle_t *>(&handle_copy)); in CopyBufferHandle()
|
D | drmhwctwo.h | 61 buffer_handle_t buffer() { in buffer() 64 void set_buffer(buffer_handle_t buffer) { in set_buffer() 94 HWC2::Error SetLayerBuffer(buffer_handle_t buffer, int32_t acquire_fence); 114 buffer_handle_t buffer_ = NULL; 178 HWC2::Error SetClientTarget(buffer_handle_t target, int32_t acquire_fence, 182 HWC2::Error SetOutputBuffer(buffer_handle_t buffer, int32_t release_fence);
|
D | platformhisi.h | 37 int ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) override; 39 bool CanImportBuffer(buffer_handle_t handle) override;
|
D | platformdrmgeneric.h | 34 int ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) override; 36 bool CanImportBuffer(buffer_handle_t handle) override;
|
D | platformdrmgeneric.cpp | 104 int DrmGenericImporter::ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) { in ImportBuffer() 164 bool DrmGenericImporter::CanImportBuffer(buffer_handle_t handle) { in CanImportBuffer()
|
D | platform.h | 45 virtual int ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) = 0; 54 virtual bool CanImportBuffer(buffer_handle_t handle) = 0;
|
D | platformminigbm.h | 35 int ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) override;
|
D | platformhisi.cpp | 122 int HisiImporter::ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) { in ImportBuffer() 201 bool HisiImporter::CanImportBuffer(buffer_handle_t handle) { in CanImportBuffer()
|
D | platformminigbm.cpp | 70 int DrmMinigbmImporter::ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) { in ImportBuffer()
|
D | drmhwctwo.cpp | 659 HWC2::Error DrmHwcTwo::HwcDisplay::SetClientTarget(buffer_handle_t target, in SetClientTarget() 689 HWC2::Error DrmHwcTwo::HwcDisplay::SetOutputBuffer(buffer_handle_t buffer, in SetOutputBuffer() 792 HWC2::Error DrmHwcTwo::HwcLayer::SetLayerBuffer(buffer_handle_t buffer, in SetLayerBuffer() 1073 &HwcDisplay::SetClientTarget, buffer_handle_t, int32_t, in HookDevGetFunction() 1086 &HwcDisplay::SetOutputBuffer, buffer_handle_t, int32_t>); in HookDevGetFunction() 1112 &HwcLayer::SetLayerBuffer, buffer_handle_t, int32_t>); in HookDevGetFunction()
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 95 buffer_handle_t *handle, int *stride) in gralloc0_alloc() 133 static int gralloc0_free(alloc_device_t *dev, buffer_handle_t handle) in gralloc0_free() 194 static int gralloc0_register_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_register_buffer() 206 static int gralloc0_unregister_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unregister_buffer() 212 static int gralloc0_lock(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc0_lock() 218 static int gralloc0_unlock(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unlock() 238 buffer_handle_t handle; in gralloc0_perform() 255 handle = va_arg(args, buffer_handle_t); in gralloc0_perform() 290 static int gralloc0_lock_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_ycbcr() 296 static int gralloc0_lock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async() [all …]
|
/external/swiftshader/src/System/ |
D | GrallocAndroid.hpp | 30 …int lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr… 31 int unlock(buffer_handle_t handle);
|
D | GrallocAndroid.cpp | 52 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height… in lock() 79 int GrallocModule::unlock(buffer_handle_t handle) in unlock()
|
/external/swiftshader/src/Common/ |
D | GrallocAndroid.hpp | 30 …int lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr… 31 int unlock(buffer_handle_t handle);
|
D | GrallocAndroid.cpp | 52 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height… in lock() 79 int GrallocModule::unlock(buffer_handle_t handle) in unlock()
|
/external/mesa3d/include/vulkan/ |
D | vk_android_native_buffer.h | 25 typedef void *buffer_handle_t; typedef 46 buffer_handle_t handle;
|
/external/swiftshader/include/Android/cutils/ |
D | native_handle.h | 21 typedef const struct native_handle_t* buffer_handle_t; typedef
|
/external/libdrm/android/ |
D | gralloc_handle.h | 79 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle()
|