Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h320 static constexpr uint16_t kSetLayerBlendModeLength = 1; variable
322 beginCommand(IComposerClient::Command::SET_LAYER_BLEND_MODE, kSetLayerBlendModeLength); in setLayerBlendMode()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h338 static constexpr uint16_t kSetLayerBlendModeLength = 1; variable
340 beginCommand(IQtiComposerClient::Command::SET_LAYER_BLEND_MODE, kSetLayerBlendModeLength); in setLayerBlendMode()
H A DQtiComposerClient.cpp1657 if (length != CommandWriter::kSetLayerBlendModeLength) { in parseSetLayerBlendMode()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h404 if (length != CommandWriterBase::kSetLayerBlendModeLength) { in executeSetLayerBlendMode()