/device/generic/opengl-transport/host/libs/virglrenderer/include/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,
|
/device/linaro/dragonboard/gralloc/ |
D | gralloc_gbm_priv.h | 35 int gralloc_gbm_handle_register(buffer_handle_t handle, struct gbm_device *gbm); 36 int gralloc_gbm_handle_unregister(buffer_handle_t handle); 38 buffer_handle_t gralloc_gbm_bo_create(struct gbm_device *gbm, 40 void gbm_free(buffer_handle_t handle); 42 struct gbm_bo *gralloc_gbm_bo_from_handle(buffer_handle_t handle); 43 buffer_handle_t gralloc_gbm_bo_get_handle(struct gbm_bo *bo); 44 int gralloc_gbm_get_gem_handle(buffer_handle_t handle); 46 int gralloc_gbm_bo_lock(buffer_handle_t handle, int usage, int x, int y, int w, int h, void **addr); 47 int gralloc_gbm_bo_unlock(buffer_handle_t handle); 48 int gralloc_gbm_bo_lock_ycbcr(buffer_handle_t handle, int usage,
|
D | gralloc_gbm.cpp | 52 static std::unordered_map<buffer_handle_t, struct gbm_bo *> gbm_bo_handle_map; 157 buffer_handle_t _handle) in gbm_import() 197 buffer_handle_t _handle) in gbm_alloc() 241 void gbm_free(buffer_handle_t handle) in gbm_free() 255 struct gbm_bo *gralloc_gbm_bo_from_handle(buffer_handle_t handle) in gralloc_gbm_bo_from_handle() 260 static int gbm_map(buffer_handle_t handle, int x, int y, int w, int h, in gbm_map() 334 int gralloc_gbm_handle_register(buffer_handle_t _handle, struct gbm_device *gbm) in gralloc_gbm_handle_register() 356 int gralloc_gbm_handle_unregister(buffer_handle_t handle) in gralloc_gbm_handle_unregister() 366 buffer_handle_t gralloc_gbm_bo_create(struct gbm_device *gbm, in gralloc_gbm_bo_create() 394 int gralloc_gbm_bo_lock(buffer_handle_t handle, in gralloc_gbm_bo_lock() [all …]
|
D | gralloc.cpp | 97 buffer_handle_t handle) in gbm_mod_register_buffer() 114 buffer_handle_t handle) in gbm_mod_unregister_buffer() 126 static int gbm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle, in gbm_mod_lock() 141 static int gbm_mod_unlock(const gralloc_module_t *mod, buffer_handle_t handle) in gbm_mod_unlock() 153 static int gbm_mod_lock_ycbcr(gralloc_module_t const *mod, buffer_handle_t handle, in gbm_mod_lock_ycbcr() 177 static int gbm_mod_free_gpu0(alloc_device_t *dev, buffer_handle_t handle) in gbm_mod_free_gpu0() 192 buffer_handle_t *handle, int *stride) in gbm_mod_alloc_gpu0()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_private_interface.h | 47 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_INT_FMT)(gralloc1_device_t *device, buffer_handle_t… 49 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_FD)(gralloc1_device_t *device, buffer_handle_t hand… 50 …t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_INTERNAL_DIMS)(gralloc1_device_t *device, buffer_handle_t handle, 52 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_OFFSET)(gralloc1_device_t *device, buffer_handle_t … 54 …32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_BYTESTRIDE)(gralloc1_device_t *device, buffer_handle_t handle, 56 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_YUVINFO)(gralloc1_device_t *device, buffer_handle_t… 58 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_SIZE)(gralloc1_device_t *device, buffer_handle_t ha… 59 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_FLAGS)(gralloc1_device_t *device, buffer_handle_t h… 60 …_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_MIN_PAGESIZE)(gralloc1_device_t *device, buffer_handle_t handle, 62 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_ATTR_PARAM)(gralloc1_device_t *device, buffer_handle_t h… [all …]
|
D | mali_gralloc_bufferaccess.h | 25 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … 27 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… 29 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer); 31 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… 32 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… 34 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… 36 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… 38 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_…
|
D | mali_gralloc_bufferdescriptor.h | 60 int mali_gralloc_get_backing_store_internal(buffer_handle_t buffer, gralloc1_backing_store_t *outSt… 61 int mali_gralloc_get_consumer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage); 62 int mali_gralloc_get_dimensions_internal(buffer_handle_t buffer, uint32_t *outWidth, uint32_t *outH… 63 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat); 64 int mali_gralloc_get_producer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage); 66 int mali_gralloc_query_getstride(buffer_handle_t handle, int *pixelStride);
|
D | mali_gralloc_private_interface.cpp | 35 static int32_t mali_gralloc_private_get_buff_int_fmt(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_int_fmt() 51 static int32_t mali_gralloc_private_get_buff_fd(gralloc1_device_t *device, buffer_handle_t handle, … in mali_gralloc_private_get_buff_fd() 66 static int32_t mali_gralloc_private_get_buff_int_dims(gralloc1_device_t *device, buffer_handle_t ha… in mali_gralloc_private_get_buff_int_dims() 83 static int32_t mali_gralloc_private_get_buff_offset(gralloc1_device_t *device, buffer_handle_t hand… in mali_gralloc_private_get_buff_offset() 98 static int32_t mali_gralloc_private_get_buff_bytestride(gralloc1_device_t *device, buffer_handle_t … in mali_gralloc_private_get_buff_bytestride() 114 static int32_t mali_gralloc_private_get_buff_yuvinfo(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_yuvinfo() 130 static int32_t mali_gralloc_private_get_buff_size(gralloc1_device_t *device, buffer_handle_t handle… in mali_gralloc_private_get_buff_size() 145 static int32_t mali_gralloc_private_get_buff_flags(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_buff_flags() 160 …32_t mali_gralloc_private_get_buff_min_page_size(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_min_page_size() 176 static int32_t mali_gralloc_private_get_attr_param(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_attr_param() [all …]
|
D | mali_gralloc_module.cpp | 78 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() 85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() 92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() 100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 108 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async() 123 static int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_ycbcr_async() 131 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int32_t *fe… in gralloc_unlock_async()
|
D | mali_gralloc_public_interface.cpp | 104 static int32_t mali_gralloc_get_backing_store(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_backing_store() 113 static int32_t mali_gralloc_get_consumer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_consumer_usage() 122 static int32_t mali_gralloc_get_dimensions(gralloc1_device_t *device, buffer_handle_t buffer, uint3… in mali_gralloc_get_dimensions() 131 static int32_t mali_gralloc_get_format(gralloc1_device_t *device, buffer_handle_t buffer, int32_t *… in mali_gralloc_get_format() 139 static int32_t mali_gralloc_get_producer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_producer_usage() 148 static int32_t mali_gralloc_get_stride(gralloc1_device_t *device, buffer_handle_t buffer, uint32_t … in mali_gralloc_get_stride() 165 … const gralloc1_buffer_descriptor_t *descriptors, buffer_handle_t *outBuffers) in mali_gralloc_allocate() 242 static int32_t mali_gralloc_retain(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_retain() 260 static int32_t mali_gralloc_release(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_release() 273 static int32_t mali_gralloc1_get_num_flex_planes(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc1_get_num_flex_planes() [all …]
|
D | mali_gralloc_bufferdescriptor.cpp | 117 int mali_gralloc_get_backing_store_internal(buffer_handle_t buffer, gralloc1_backing_store_t *outSt… in mali_gralloc_get_backing_store_internal() 131 int mali_gralloc_get_consumer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage) in mali_gralloc_get_consumer_usage_internal() 144 int mali_gralloc_get_dimensions_internal(buffer_handle_t buffer, uint32_t *outWidth, uint32_t *outH… in mali_gralloc_get_dimensions_internal() 158 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat) in mali_gralloc_get_format_internal() 171 int mali_gralloc_get_producer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage) in mali_gralloc_get_producer_usage_internal() 185 int mali_gralloc_query_getstride(buffer_handle_t buffer, int *pixelStride) in mali_gralloc_query_getstride()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_private_interface.h | 47 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_INT_FMT)(gralloc1_device_t *device, buffer_handle_t… 49 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_FD)(gralloc1_device_t *device, buffer_handle_t hand… 50 …t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_INTERNAL_DIMS)(gralloc1_device_t *device, buffer_handle_t handle, 52 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_OFFSET)(gralloc1_device_t *device, buffer_handle_t … 54 …32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_BYTESTRIDE)(gralloc1_device_t *device, buffer_handle_t handle, 56 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_YUVINFO)(gralloc1_device_t *device, buffer_handle_t… 58 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_SIZE)(gralloc1_device_t *device, buffer_handle_t ha… 59 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_FLAGS)(gralloc1_device_t *device, buffer_handle_t h… 60 …_t (*GRALLOC1_PFN_PRIVATE_GET_BUFF_MIN_PAGESIZE)(gralloc1_device_t *device, buffer_handle_t handle, 62 typedef int32_t (*GRALLOC1_PFN_PRIVATE_GET_ATTR_PARAM)(gralloc1_device_t *device, buffer_handle_t h… [all …]
|
D | mali_gralloc_bufferaccess.h | 25 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … 27 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… 29 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer); 31 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… 32 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… 34 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… 36 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… 38 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_…
|
D | mali_gralloc_bufferdescriptor.h | 61 int mali_gralloc_get_backing_store_internal(buffer_handle_t buffer, gralloc1_backing_store_t *outSt… 62 int mali_gralloc_get_consumer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage); 63 int mali_gralloc_get_dimensions_internal(buffer_handle_t buffer, uint32_t *outWidth, uint32_t *outH… 64 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat); 65 int mali_gralloc_get_producer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage); 67 int mali_gralloc_query_getstride(buffer_handle_t handle, int *pixelStride);
|
D | mali_gralloc_private_interface.cpp | 35 static int32_t mali_gralloc_private_get_buff_int_fmt(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_int_fmt() 51 static int32_t mali_gralloc_private_get_buff_fd(gralloc1_device_t *device, buffer_handle_t handle, … in mali_gralloc_private_get_buff_fd() 66 static int32_t mali_gralloc_private_get_buff_int_dims(gralloc1_device_t *device, buffer_handle_t ha… in mali_gralloc_private_get_buff_int_dims() 83 static int32_t mali_gralloc_private_get_buff_offset(gralloc1_device_t *device, buffer_handle_t hand… in mali_gralloc_private_get_buff_offset() 98 static int32_t mali_gralloc_private_get_buff_bytestride(gralloc1_device_t *device, buffer_handle_t … in mali_gralloc_private_get_buff_bytestride() 114 static int32_t mali_gralloc_private_get_buff_yuvinfo(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_yuvinfo() 130 static int32_t mali_gralloc_private_get_buff_size(gralloc1_device_t *device, buffer_handle_t handle… in mali_gralloc_private_get_buff_size() 145 static int32_t mali_gralloc_private_get_buff_flags(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_buff_flags() 160 …32_t mali_gralloc_private_get_buff_min_page_size(gralloc1_device_t *device, buffer_handle_t handle, in mali_gralloc_private_get_buff_min_page_size() 176 static int32_t mali_gralloc_private_get_attr_param(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_attr_param() [all …]
|
D | mali_gralloc_module.cpp | 78 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() 85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() 92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() 100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 108 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async() 123 static int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_ycbcr_async() 131 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int32_t *fe… in gralloc_unlock_async()
|
D | mali_gralloc_bufferdescriptor.cpp | 128 int mali_gralloc_get_backing_store_internal(buffer_handle_t buffer, gralloc1_backing_store_t *outSt… in mali_gralloc_get_backing_store_internal() 142 int mali_gralloc_get_consumer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage) in mali_gralloc_get_consumer_usage_internal() 155 int mali_gralloc_get_dimensions_internal(buffer_handle_t buffer, uint32_t *outWidth, uint32_t *outH… in mali_gralloc_get_dimensions_internal() 169 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat) in mali_gralloc_get_format_internal() 182 int mali_gralloc_get_producer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage) in mali_gralloc_get_producer_usage_internal() 196 int mali_gralloc_query_getstride(buffer_handle_t buffer, int *pixelStride) in mali_gralloc_query_getstride()
|
D | mali_gralloc_public_interface.cpp | 104 static int32_t mali_gralloc_get_backing_store(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_backing_store() 113 static int32_t mali_gralloc_get_consumer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_consumer_usage() 122 static int32_t mali_gralloc_get_dimensions(gralloc1_device_t *device, buffer_handle_t buffer, uint3… in mali_gralloc_get_dimensions() 131 static int32_t mali_gralloc_get_format(gralloc1_device_t *device, buffer_handle_t buffer, int32_t *… in mali_gralloc_get_format() 139 static int32_t mali_gralloc_get_producer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_producer_usage() 148 static int32_t mali_gralloc_get_stride(gralloc1_device_t *device, buffer_handle_t buffer, uint32_t … in mali_gralloc_get_stride() 165 … const gralloc1_buffer_descriptor_t *descriptors, buffer_handle_t *outBuffers) in mali_gralloc_allocate() 243 static int32_t mali_gralloc_retain(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_retain() 261 static int32_t mali_gralloc_release(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_release() 274 static int32_t mali_gralloc1_get_num_flex_planes(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc1_get_num_flex_planes() [all …]
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | gralloc_utils.h | 37 GrallocBuffer(Gralloc* gralloc, buffer_handle_t buffer); 76 buffer_handle_t buffer_ = nullptr; 87 std::optional<GrallocBuffer> Import(buffer_handle_t buffer); 95 void Release(buffer_handle_t buffer); 98 std::optional<void*> Lock(buffer_handle_t buffer); 101 std::optional<android_ycbcr> LockYCbCr(buffer_handle_t buffer); 104 void Unlock(buffer_handle_t buffer); 107 std::optional<uint32_t> GetWidth(buffer_handle_t buffer); 110 std::optional<uint32_t> GetHeight(buffer_handle_t buffer); 113 std::optional<uint32_t> GetDrmFormat(buffer_handle_t buffer); [all …]
|
D | gralloc_utils.cpp | 59 std::optional<uint32_t> Gralloc::GetWidth(buffer_handle_t buffer) { in GetWidth() 76 std::optional<uint32_t> Gralloc::GetHeight(buffer_handle_t buffer) { in GetHeight() 93 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat() 111 buffer_handle_t buffer) { in GetMonoPlanarStrideBytes() 129 std::optional<GrallocBuffer> Gralloc::Import(buffer_handle_t buffer) { in Import() 131 buffer_handle_t imported_buffer; in Import() 139 static_cast<buffer_handle_t>(buf); in Import() 154 void Gralloc::Release(buffer_handle_t buffer) { in Release() 169 std::optional<void*> Gralloc::Lock(buffer_handle_t buffer) { in Lock() 242 std::optional<android_ycbcr> Gralloc::LockYCbCr(buffer_handle_t buffer) { in LockYCbCr() [all …]
|
/device/google/cuttlefish/guest/hals/camera/ |
D | GrallocModule.h | 31 int import(buffer_handle_t handle, buffer_handle_t* imported_handle); 33 int release(buffer_handle_t handle); 35 int lock(buffer_handle_t handle, int usage, int l, int t, int w, int h, 37 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, 40 int unlock(buffer_handle_t handle);
|
D | GrallocModule.cpp | 49 int GrallocModule::import(buffer_handle_t handle, in import() 50 buffer_handle_t* imported_handle) { in import() 58 *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import() 82 int GrallocModule::release(buffer_handle_t handle) { in release() 106 int GrallocModule::lock(buffer_handle_t handle, int usage, int l, int t, int w, in lock() 149 int GrallocModule::lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, in lock_ycbcr() 202 int GrallocModule::unlock(buffer_handle_t handle) { in unlock()
|
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | mapper.cpp | 43 buffer_handle_t handle) { in gralloc_register_buffer() 57 buffer_handle_t handle) { in gralloc_unregister_buffer() 66 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/, in gralloc_lock() 90 gralloc_module_t const* /*module*/, buffer_handle_t handle) { in gralloc_unlock() 107 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/, in gralloc_lock_ycbcr() 127 buffer_handle_t handle, in gralloc_get_transport_size() 140 buffer_handle_t handle, in gralloc_validate_buffer_size()
|
D | gralloc_vsoc_priv.h | 314 buffer_handle_t handle, int usage, 319 gralloc_module_t const* module, buffer_handle_t handle); 322 gralloc_module_t const* module, buffer_handle_t handle); 325 gralloc_module_t const* module, buffer_handle_t handle); 329 buffer_handle_t handle, int usage, 334 struct gralloc_module_t const* module, buffer_handle_t handle, 338 struct gralloc_module_t const* device, buffer_handle_t handle,
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 142 buffer_handle_t* pHandle) = 0; 143 virtual int free_buffer(buffer_handle_t h) = 0; 144 virtual int register_buffer(buffer_handle_t h) = 0; 145 virtual int unregister_buffer(buffer_handle_t h) = 0; 169 buffer_handle_t* pHandle) { in alloc_buffer() 178 int free_buffer(buffer_handle_t h) { in free_buffer() 182 int register_buffer(buffer_handle_t h) { in register_buffer() 186 int unregister_buffer(buffer_handle_t h) { in unregister_buffer() 517 buffer_handle_t* pHandle, in gralloc_alloc() 666 int gralloc_free(buffer_handle_t h) { in gralloc_free() [all …]
|