Home
last modified time | relevance | path

Searched refs:PRESENT_DISPLAY (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal694 * Sets the present fence as a result of PRESENT_DISPLAY. For physical
780 * into this buffer prior to the call to PRESENT_DISPLAY, and layers not
798 * Will be called before PRESENT_DISPLAY if any of the layers are marked
827 * Must be called at least once before PRESENT_DISPLAY, but does not have
862 * PRESENT_DISPLAY has this pseudo prototype
1119 PRESENT_DISPLAY = 0x205 << OPCODE_SHIFT,
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp576 TEST_F(GraphicsComposerHidlCommandTest, PRESENT_DISPLAY) { in TEST_F() argument
/hardware/interfaces/graphics/composer/2.1/default/
DIComposerCommandBuffer.h313 beginCommand(IComposerClient::Command::PRESENT_DISPLAY, in presentDisplay()
DComposerClient.cpp569 case IComposerClient::Command::PRESENT_DISPLAY: in parseCommand()