/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.h | 266 virtual int32_t setLayerBuffer(buffer_handle_t buffer, int32_t acquireFence);
|
D | ExynosLayer.cpp | 353 int32_t ExynosLayer::setLayerBuffer(buffer_handle_t buffer, int32_t acquireFence) { in setLayerBuffer() function in ExynosLayer
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 417 Error setLayerBuffer(Display display, Layer layer, buffer_handle_t buffer, in setLayerBuffer() function 419 int32_t err = mDispatch.setLayerBuffer(mDevice, display, layer, buffer, acquireFence); in setLayerBuffer() 547 !initDispatch(HWC2_FUNCTION_SET_LAYER_BUFFER, &mDispatch.setLayerBuffer) || in initDispatch() 649 HWC2_PFN_SET_LAYER_BUFFER setLayerBuffer; member
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 803 mWriter->setLayerBuffer(0, handle.get(), -1); in TEST_P() 821 mWriter->setLayerBuffer(0, handle2.get(), -1); in TEST_P() 841 mWriter->setLayerBuffer(0, handle.get(), -1); in TEST_P() 882 mWriter->setLayerBuffer(0, handle.get(), -1); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerHal.h | 114 virtual Error setLayerBuffer(Display display, Layer layer, buffer_handle_t buffer,
|
D | ComposerCommandEngine.h | 373 err = mHal->setLayerBuffer(mCurrentDisplay, mCurrentLayer, buffer, fence); in executeSetLayerBuffer()
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 460 mWriter->setLayerBuffer(0, handle.get(), -1); in sendRefreshFrame() 478 mWriter->setLayerBuffer(0, handle.get(), -1); in sendRefreshFrame()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 279 if (mBufferHandle != nullptr) writer->setLayerBuffer(0, mBufferHandle->get(), mFillFence); in write()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 298 void setLayerBuffer(uint32_t slot, const native_handle_t* buffer, int acquireFence) { in setLayerBuffer() function
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerCommandBuffer.h | 315 void setLayerBuffer(uint32_t slot, const native_handle_t* buffer, in setLayerBuffer() function
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 870 * validated with validateDisplay. Note that setLayerBuffer and 873 * properties as described in setLayerBuffer), then it is safe to call 905 * setLayerBuffer(uint32_t bufferSlot,
|
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.cpp | 676 return exynosLayer->setLayerBuffer(buffer, acquireFence); in exynos_setLayerBuffer()
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 358 mWriter->setLayerBuffer(0, bufferHandle.get(), -1); in TEST_P()
|