Searched refs:presentDisplay (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 517 mWriter->presentDisplay(); in TEST_F() 564 mWriter->presentDisplay(); in TEST_F() 614 mWriter->presentDisplay(); in TEST_F() 693 mWriter->presentDisplay(); in TEST_F() 783 mWriter->presentDisplay(); in TEST_F() 826 mWriter->presentDisplay(); in TEST_F() 849 mWriter->presentDisplay(); in TEST_F() 890 mWriter->presentDisplay(); in TEST_F() 939 mWriter->presentDisplay(); in TEST_F() 988 mWriter->presentDisplay(); in TEST_F() [all …]
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 779 mWriter->presentDisplay(); in TEST_F() 824 mWriter->presentDisplay(); in TEST_F() 833 mWriter->presentDisplay(); in TEST_F() 869 mWriter->presentDisplay(); in TEST_F() 875 mWriter->presentDisplay(); in TEST_F()
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 383 Error presentDisplay(Display display, int32_t* outPresentFence, std::vector<Layer>* outLayers, in presentDisplay() function 386 int32_t err = mDispatch.presentDisplay(mDevice, display, outPresentFence); in presentDisplay() 539 !initDispatch(HWC2_FUNCTION_PRESENT_DISPLAY, &mDispatch.presentDisplay) || in initDispatch() 641 HWC2_PFN_PRESENT_DISPLAY presentDisplay; member
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerCommandEngine.h | 284 : mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentOrValidateDisplay() 335 auto err = mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentDisplay()
|
D | ComposerHal.h | 109 virtual Error presentDisplay(Display display, int32_t* outPresentFence,
|
D | ComposerClient.h | 362 mHal->presentDisplay(display, &presentFence, &releasedLayers, &releaseFences); in destroyResources()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 200 * presentDisplay 231 * time of the next validateDisplay/presentDisplay cycle). 245 * subsequent call to presentDisplay. 376 * presentDisplay.
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 864 * presentDisplay(); 887 * any time between presentDisplay and any subsequent validateDisplay 912 * validateDisplay before calling presentDisplay unless new state needs to 938 * calling presentDisplay.
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 283 void presentDisplay() { in presentDisplay() function
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 434 * presentDisplay.
|