Home
last modified time | relevance | path

Searched refs:setLayerDataspace (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
DComposerCommandBuffer.h73 void setLayerDataspace(Dataspace dataspace) { in setLayerDataspace() function
/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/
DComposerCommandBuffer.h58 void setLayerDataspace(Dataspace dataspace) { in setLayerDataspace() function
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h446 Error setLayerDataspace(Display display, Layer layer, int32_t dataspace) override { in setLayerDataspace() function
447 int32_t err = mDispatch.setLayerDataspace(mDevice, display, layer, dataspace); in setLayerDataspace()
551 !initDispatch(HWC2_FUNCTION_SET_LAYER_DATASPACE, &mDispatch.setLayerDataspace) || in initDispatch()
652 HWC2_PFN_SET_LAYER_DATASPACE setLayerDataspace; member
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h121 virtual Error setLayerDataspace(Display display, Layer layer, int32_t dataspace) = 0;
DComposerCommandEngine.h450 auto err = mHal->setLayerDataspace(mCurrentDisplay, mCurrentLayer, readSigned()); in executeSetLayerDataspace()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp814 mWriter->setLayerDataspace(Dataspace::UNKNOWN); in TEST_F()
861 mWriter->setLayerDataspace(Dataspace::UNKNOWN); in TEST_F()
973 mWriter->setLayerDataspace(Dataspace::UNKNOWN); in TEST_F()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h343 void setLayerDataspace(Dataspace dataspace) { in setLayerDataspace() function
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal363 * setLayerDataspace.
809 * setLayerDataspace.
993 * setLayerDataspace(Dataspace dataspace);
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal309 * setLayerDataspace.
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal249 * setLayerDataspace.
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp432 writer->setLayerDataspace(Dataspace::UNKNOWN); in write()