Searched refs:getFunction (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
D | img_gralloc1.h | 52 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/ |
D | img_gralloc1.h | 52 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/ |
D | hwc_buffer_allocator.cpp | 50 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE)); in HWCBufferAllocator() 52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM)); in HWCBufferAllocator()
|
D | hwc_session.cpp | 75 hwc2_device_t::getFunction = GetFunction; in HWCSession()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 50 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE)); in HWCBufferAllocator() 52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM)); in HWCBufferAllocator()
|
D | hwc_session.cpp | 76 hwc2_device_t::getFunction = GetFunction; in HWCSession()
|
/hardware/qcom/display/sdm845/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE)); in HWCBufferAllocator() 54 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM)); in HWCBufferAllocator()
|
D | hwc_session.cpp | 76 hwc2_device_t::getFunction = GetFunction; in HWCSession()
|
/hardware/libhardware/include/hardware/ |
D | gralloc1.h | 300 gralloc1_function_pointer_t (*getFunction)(struct gralloc1_device* device, member
|
D | hwcomposer2.h | 761 hwc2_function_pointer_t (*getFunction)(struct hwc2_device* device, member
|
/hardware/interfaces/graphics/mapper/2.0/default/ |
D | Gralloc1Mapper.cpp | 76 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch()
|
/hardware/interfaces/graphics/allocator/2.0/default/ |
D | Gralloc1Allocator.cpp | 74 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch()
|
D | Gralloc1On0Adapter.cpp | 62 getFunction = getFunctionHook; in Gralloc1On0Adapter()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.cpp | 84 getFunction = GetFunction; in GrallocImpl()
|
/hardware/qcom/display/sdm845/libgralloc1/ |
D | gr_device_impl.cpp | 87 getFunction = GetFunction; in GrallocImpl()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.cpp | 87 getFunction = GetFunction; in GrallocImpl()
|
/hardware/interfaces/graphics/composer/2.1/default/ |
D | Hwc.cpp | 101 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 149 getFunction = getFunctionHook; in HWC2On1Adapter()
|