Home
last modified time | relevance | path

Searched refs:gralloc1_device_t (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h45 class GrallocImpl : public gralloc1_device_t {
63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size,
65 static inline gralloc1_error_t CheckDeviceAndHandle(gralloc1_device_t *device,
67 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device,
69 static gralloc1_error_t DestroyBufferDescriptor(gralloc1_device_t *device,
71 static gralloc1_error_t SetConsumerUsage(gralloc1_device_t *device,
74 static gralloc1_error_t SetBufferDimensions(gralloc1_device_t *device,
77 static gralloc1_error_t SetColorFormat(gralloc1_device_t *device,
79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device,
82 static gralloc1_error_t SetProducerUsage(gralloc1_device_t *device,
[all …]
Dgr_device_impl.cpp115 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction()
175 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump()
199 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle()
210 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor()
219 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor()
228 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage()
240 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions()
253 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat()
265 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, in SetLayerCount()
278 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device, in SetProducerUsage()
[all …]
Dgr_priv_handle.h32 typedef gralloc1_error_t (*GRALLOC1_PFN_PERFORM)(gralloc1_device_t *device, int operation, ...);
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.h45 class GrallocImpl : public gralloc1_device_t {
61 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size,
63 static inline gralloc1_error_t CheckDeviceAndHandle(gralloc1_device_t *device,
65 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device,
67 static gralloc1_error_t DestroyBufferDescriptor(gralloc1_device_t *device,
69 static gralloc1_error_t SetConsumerUsage(gralloc1_device_t *device,
72 static gralloc1_error_t SetBufferDimensions(gralloc1_device_t *device,
75 static gralloc1_error_t SetColorFormat(gralloc1_device_t *device,
77 static gralloc1_error_t SetProducerUsage(gralloc1_device_t *device,
80 static gralloc1_error_t GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer,
[all …]
Dgr_device_impl.cpp120 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction()
176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, in Dump()
198 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, in CheckDeviceAndHandle()
209 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, in CreateBufferDescriptor()
218 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, in DestroyBufferDescriptor()
227 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, in SetConsumerUsage()
239 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, in SetBufferDimensions()
252 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, in SetColorFormat()
264 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device, in SetProducerUsage()
276 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer, in GetBackingStore()
[all …]
Dgr_priv_handle.h31 typedef gralloc1_error_t (*GRALLOC1_PFN_PERFORM)(gralloc1_device_t *device, int operation, ...);
/hardware/libhardware/include/hardware/
Dgralloc1.h302 } gralloc1_device_t; typedef
305 gralloc1_device_t** device) { in gralloc1_open()
310 static inline int gralloc1_close(gralloc1_device_t* device) { in gralloc1_close()
344 typedef void (*GRALLOC1_PFN_DUMP)(gralloc1_device_t* device, uint32_t* outSize,
367 gralloc1_device_t* device, gralloc1_buffer_descriptor_t* outDescriptor);
383 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor);
410 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor,
435 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor,
454 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor,
478 gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptor,
[all …]
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1On0Adapter.h36 class Gralloc1On0Adapter : public gralloc1_device_t
42 gralloc1_device_t* getDevice() { in getDevice()
43 return static_cast<gralloc1_device_t*>(this); in getDevice()
47 static inline Gralloc1On0Adapter* getAdapter(gralloc1_device_t* device) { in getAdapter()
52 delete getAdapter(reinterpret_cast<gralloc1_device_t*>(device)); in closeHook()
60 static void getCapabilitiesHook(gralloc1_device_t* device, in getCapabilitiesHook()
71 gralloc1_device_t* device, in getFunctionHook()
79 static void dumpHook(gralloc1_device_t* device, uint32_t* outSize, in dumpHook()
91 static int32_t createDescriptorHook(gralloc1_device_t* device, in createDescriptorHook()
98 static int32_t destroyDescriptorHook(gralloc1_device_t* device, in destroyDescriptorHook()
[all …]
DGralloc1Allocator.h61 gralloc1_device_t* mDevice;
DGralloc1On0Adapter.cpp44 : gralloc1_device_t(), in Gralloc1On0Adapter()
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dimg_gralloc1.h48 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_register_img()
68 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_unregister_img()
86 (gralloc1_device_t *d, int w, int h, int format, int usage, in gralloc1_device_alloc_img()
182 (gralloc1_device_t *d, buffer_handle_t handle) in gralloc1_device_free_img()
188 (gralloc1_device_t *g, buffer_handle_t handle, int usage, in gralloc1_lock_async_img()
214 (gralloc1_device_t *g, buffer_handle_t handle, int *releaseFence) in gralloc1_unlock_async_img()
233 (gralloc1_device_t *g, buffer_handle_t src, buffer_handle_t dest,
238 (gralloc1_device_t *g, buffer_handle_t src, buffer_handle_t dest, in gralloc1_blit_handle_to_handle_img()
250 (gralloc1_device_t *g, buffer_handle_t handle, void **vaddrs,
254 (gralloc1_device_t *g, buffer_handle_t handle, void **vaddrs, in gralloc1_get_buffer_cpu_addresses_img()
[all …]
Dhal_public.h58 typedef gralloc1_device_t gralloc1_t;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc1.h48 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_register_img()
68 (gralloc1_device_t *g, buffer_handle_t handle) in gralloc1_unregister_img()
86 (gralloc1_device_t *d, int w, int h, int format, int usage, in gralloc1_device_alloc_img()
182 (gralloc1_device_t *d, buffer_handle_t handle) in gralloc1_device_free_img()
188 (gralloc1_device_t *g, buffer_handle_t handle, int usage, in gralloc1_lock_async_img()
214 (gralloc1_device_t *g, buffer_handle_t handle, int *releaseFence) in gralloc1_unlock_async_img()
233 (gralloc1_device_t *g, buffer_handle_t src, buffer_handle_t dest,
238 (gralloc1_device_t *g, buffer_handle_t src, buffer_handle_t dest, in gralloc1_blit_handle_to_handle_img()
250 (gralloc1_device_t *g, buffer_handle_t handle, void **vaddrs,
254 (gralloc1_device_t *g, buffer_handle_t handle, void **vaddrs, in gralloc1_get_buffer_cpu_addresses_img()
[all …]
Dhal_public.h58 typedef gralloc1_device_t gralloc1_t;
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.h63 gralloc1_device_t *gralloc_device_ = nullptr;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.h63 gralloc1_device_t *gralloc_device_ = nullptr;
/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc1Mapper.h57 gralloc1_device_t* mDevice;