Home
last modified time | relevance | path

Searched refs:CommandWriterBase (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h145 virtual std::unique_ptr<CommandWriterBase> createCommandWriter(size_t writerInitialSize) { in createCommandWriter()
146 return std::make_unique<CommandWriterBase>(writerInitialSize); in createCommandWriter()
169 if (length != CommandWriterBase::kSelectDisplayLength) { in executeSelectDisplay()
180 if (length != CommandWriterBase::kSelectLayerLength) { in executeSelectLayer()
190 if (length != CommandWriterBase::kSetColorTransformLength) { in executeSetColorTransform()
243 if (length != CommandWriterBase::kSetOutputBufferLength) { in executeSetOutputBuffer()
274 if (length != CommandWriterBase::kValidateDisplayLength) { in executeValidateDisplay()
282 if (length != CommandWriterBase::kPresentOrValidateDisplayLength) { in executePresentOrValidateDisplay()
312 if (length != CommandWriterBase::kAcceptDisplayChangesLength) { in executeAcceptDisplayChanges()
325 if (length != CommandWriterBase::kPresentDisplayLength) { in executePresentDisplay()
[all …]
/hardware/interfaces/graphics/composer/2.4/utils/command-buffer/include/composer-command-buffer/2.4/
DComposerCommandBuffer.h42 class CommandWriterBase : public V2_3::CommandWriterBase {
46 CommandWriterBase(uint32_t initialMaxSize) : V2_3::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
DComposerCommandBuffer.h63 class CommandWriterBase : public V2_1::CommandWriterBase {
65 CommandWriterBase(uint32_t initialMaxSize) : V2_1::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerCommandEngine.h42 std::unique_ptr<V2_1::CommandWriterBase> createCommandWriter( in createCommandWriter()
44 return std::make_unique<CommandWriterBase>(writerInitialSize); in createCommandWriter()
75 CommandWriterBase* getWriter() { return static_cast<CommandWriterBase*>(mWriter.get()); } in getWriter()
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerCommandEngine.h52 std::unique_ptr<V2_1::CommandWriterBase> createCommandWriter( in createCommandWriter()
54 return std::make_unique<CommandWriterBase>(writerInitialSize); in createCommandWriter()
80 if (length != CommandWriterBase::kSetLayerFloatColorLength) { in executeSetLayerFloatColor()
/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/
DComposerCommandBuffer.h46 class CommandWriterBase : public V2_2::CommandWriterBase {
68 CommandWriterBase(uint32_t initialMaxSize) : V2_2::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerCommandEngine.h53 std::unique_ptr<V2_1::CommandWriterBase> createCommandWriter( in createCommandWriter()
55 return std::make_unique<CommandWriterBase>(writerInitialSize); in createCommandWriter()
59 if (length != CommandWriterBase::kSetLayerColorTransformLength) { in executeSetLayerColorTransform()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h66 virtual void write(const std::shared_ptr<CommandWriterBase>& writer);
103 void write(const std::shared_ptr<CommandWriterBase>& writer) override;
121 void write(const std::shared_ptr<CommandWriterBase>& writer) override;
129 void setDataspace(Dataspace dataspace, const std::shared_ptr<CommandWriterBase>& writer);
131 void setToClientComposition(const std::shared_ptr<CommandWriterBase>& writer);
DComposerVts.h70 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp28 void TestLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write()
236 void TestColorLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write()
275 void TestBufferLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write()
327 const std::shared_ptr<CommandWriterBase>& writer) { in setDataspace()
332 void TestBufferLayer::setToClientComposition(const std::shared_ptr<CommandWriterBase>& writer) { in setToClientComposition()
DComposerVts.cpp61 void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer) { in execute()
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DComposerVts.h96 void execute(TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp67 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
108 std::unique_ptr<CommandWriterBase> mWriter;
133 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
144 std::unique_ptr<CommandWriterBase> mWriter;
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DComposerVts.cpp135 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h114 void execute(TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h55 class CommandWriterBase {
57 CommandWriterBase(uint32_t initialMaxSize) : mDataMaxSize(initialMaxSize) { in CommandWriterBase() function
62 virtual ~CommandWriterBase() { reset(); } in ~CommandWriterBase()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp146 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
164 std::unique_ptr<CommandWriterBase> mWriter;
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp80 mWriter = std::make_shared<CommandWriterBase>(1024); in SetUpBase()
145 std::shared_ptr<CommandWriterBase> mWriter;
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp108 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
255 std::unique_ptr<CommandWriterBase> mWriter;
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp660 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
678 std::unique_ptr<CommandWriterBase> mWriter;
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp280 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute()