Searched refs:beginCommand (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerCommandBuffer.h | 147 beginCommand(IQtiComposerClient::Command::SELECT_DISPLAY, kSelectDisplayLength); in selectDisplay() 154 beginCommand(IQtiComposerClient::Command::SELECT_LAYER, kSelectLayerLength); in selectLayer() 161 beginCommand(IQtiComposerClient::Command::SET_ERROR, kSetErrorLength); in setError() 169 beginCommand(IQtiComposerClient::Command::SET_PRESENT_OR_VALIDATE_DISPLAY_RESULT, in setPresentOrValidateResult() 183 beginCommand(IQtiComposerClient::Command::SET_CHANGED_COMPOSITION_TYPES, count * 3); in setChangedCompositionTypes() 202 beginCommand(IQtiComposerClient::Command::SET_DISPLAY_REQUESTS, 1 + count * 3); in setDisplayRequests() 216 beginCommand(IQtiComposerClient::Command::SET_PRESENT_FENCE, kSetPresentFenceLength); in setPresentFence() 229 beginCommand(IQtiComposerClient::Command::SET_RELEASE_FENCES, count * 3); in setReleaseFences() 242 beginCommand(IQtiComposerClient::Command::SET_COLOR_TRANSFORM, kSetColorTransformLength); in setColorTransform() 256 beginCommand(IQtiComposerClient::Command::SET_CLIENT_TARGET, length); in setClientTarget() [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 143 beginCommand(IComposerClient::Command::SELECT_DISPLAY, kSelectDisplayLength); in selectDisplay() 150 beginCommand(IComposerClient::Command::SELECT_LAYER, kSelectLayerLength); in selectLayer() 157 beginCommand(IComposerClient::Command::SET_ERROR, kSetErrorLength); in setError() 165 beginCommand(IComposerClient::Command::SET_PRESENT_OR_VALIDATE_DISPLAY_RESULT, in setPresentOrValidateResult() 180 beginCommand(IComposerClient::Command::SET_CHANGED_COMPOSITION_TYPES, count * 3); in setChangedCompositionTypes() 200 beginCommand(IComposerClient::Command::SET_DISPLAY_REQUESTS, 1 + count * 3); in setDisplayRequests() 214 beginCommand(IComposerClient::Command::SET_PRESENT_FENCE, kSetPresentFenceLength); in setPresentFence() 227 beginCommand(IComposerClient::Command::SET_RELEASE_FENCES, count * 3); in setReleaseFences() 240 beginCommand(IComposerClient::Command::SET_COLOR_TRANSFORM, kSetColorTransformLength); in setColorTransform() 256 beginCommand(IComposerClient::Command::SET_OUTPUT_BUFFER, kSetOutputBufferLength); in setOutputBuffer() [all …]
|
/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/ |
D | ComposerCommandBuffer.h | 49 beginCommand(IComposerClient::Command::SET_LAYER_PER_FRAME_METADATA, in setLayerPerFrameMetadata() 72 beginCommand(IComposerClient::Command::SET_LAYER_COLOR_TRANSFORM, in setLayerColorTransform() 112 beginCommand(IComposerClient::Command::SET_LAYER_PER_FRAME_METADATA_BLOBS, length); in setLayerPerFrameMetadataBlobs()
|
/hardware/interfaces/graphics/composer/2.4/utils/command-buffer/include/composer-command-buffer/2.4/ |
D | ComposerCommandBuffer.h | 50 beginCommand(IComposerClient::Command::SET_CLIENT_TARGET_PROPERTY, in setClientTargetProperty() 65 beginCommand(IComposerClient::Command::SET_LAYER_GENERIC_METADATA, in setLayerGenericMetadata()
|
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/ |
D | ComposerCommandBuffer.h | 79 beginCommand(IComposerClient::Command::SET_LAYER_FLOAT_COLOR, kSetLayerFloatColorLength); in setLayerFloatColor() 85 beginCommand(IComposerClient::Command::SET_LAYER_PER_FRAME_METADATA, in setLayerPerFrameMetadata()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | TestCommandReader.cpp | 34 ASSERT_TRUE(beginCommand(&command, &length)); in parse()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerCommandEngine.h | 62 if (!beginCommand(&command, &length)) { in execute()
|