Home
last modified time | relevance | path

Searched refs:getFunction (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dimg_gralloc1.h52 g->getFunction(g, GRALLOC1_FUNCTION_RETAIN); in gralloc1_register_img()
72 g->getFunction(g, GRALLOC1_FUNCTION_RELEASE); in gralloc1_unregister_img()
91 d->getFunction(d, GRALLOC1_FUNCTION_ALLOCATE); in gralloc1_device_alloc_img()
94 d->getFunction(d, GRALLOC1_FUNCTION_CREATE_DESCRIPTOR); in gralloc1_device_alloc_img()
97 d->getFunction(d, GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR); in gralloc1_device_alloc_img()
100 d->getFunction(d, GRALLOC1_FUNCTION_SET_CONSUMER_USAGE); in gralloc1_device_alloc_img()
103 d->getFunction(d, GRALLOC1_FUNCTION_SET_DIMENSIONS); in gralloc1_device_alloc_img()
106 d->getFunction(d, GRALLOC1_FUNCTION_SET_FORMAT); in gralloc1_device_alloc_img()
109 d->getFunction(d, GRALLOC1_FUNCTION_SET_PRODUCER_USAGE); in gralloc1_device_alloc_img()
112 d->getFunction(d, GRALLOC1_FUNCTION_GET_STRIDE); in gralloc1_device_alloc_img()
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc1.h52 g->getFunction(g, GRALLOC1_FUNCTION_RETAIN); in gralloc1_register_img()
72 g->getFunction(g, GRALLOC1_FUNCTION_RELEASE); in gralloc1_unregister_img()
91 d->getFunction(d, GRALLOC1_FUNCTION_ALLOCATE); in gralloc1_device_alloc_img()
94 d->getFunction(d, GRALLOC1_FUNCTION_CREATE_DESCRIPTOR); in gralloc1_device_alloc_img()
97 d->getFunction(d, GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR); in gralloc1_device_alloc_img()
100 d->getFunction(d, GRALLOC1_FUNCTION_SET_CONSUMER_USAGE); in gralloc1_device_alloc_img()
103 d->getFunction(d, GRALLOC1_FUNCTION_SET_DIMENSIONS); in gralloc1_device_alloc_img()
106 d->getFunction(d, GRALLOC1_FUNCTION_SET_FORMAT); in gralloc1_device_alloc_img()
109 d->getFunction(d, GRALLOC1_FUNCTION_SET_PRODUCER_USAGE); in gralloc1_device_alloc_img()
112 d->getFunction(d, GRALLOC1_FUNCTION_GET_STRIDE); in gralloc1_device_alloc_img()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp50 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE)); in HWCBufferAllocator()
52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM)); in HWCBufferAllocator()
Dhwc_session.cpp75 hwc2_device_t::getFunction = GetFunction; in HWCSession()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp50 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE)); in HWCBufferAllocator()
52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM)); in HWCBufferAllocator()
Dhwc_session.cpp76 hwc2_device_t::getFunction = GetFunction; in HWCSession()
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE)); in HWCBufferAllocator()
54 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM)); in HWCBufferAllocator()
Dhwc_session.cpp76 hwc2_device_t::getFunction = GetFunction; in HWCSession()
/hardware/libhardware/include/hardware/
Dgralloc1.h300 gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device, member
Dhwcomposer2.h761 hwc2_function_pointer_t (*getFunction)(struct hwc2_device* device, member
/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc1Mapper.cpp76 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch()
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1Allocator.cpp74 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch()
DGralloc1On0Adapter.cpp62 getFunction = getFunctionHook; in Gralloc1On0Adapter()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.cpp84 getFunction = GetFunction; in GrallocImpl()
/hardware/qcom/display/sdm845/libgralloc1/
Dgr_device_impl.cpp87 getFunction = GetFunction; in GrallocImpl()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.cpp87 getFunction = GetFunction; in GrallocImpl()
/hardware/interfaces/graphics/composer/2.1/default/
DHwc.cpp101 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp149 getFunction = getFunctionHook; in HWC2On1Adapter()