Home
last modified time | relevance | path

Searched refs:mDisplayWidth (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp64 mDisplayWidth = mComposerClient->getDisplayAttribute( in SetUpBase()
94 clientCompositionDisplay.physicalDisplay = Rect(mDisplayWidth, mDisplayHeight); in SetUpBase()
98 static_cast<uint32_t>(mDisplayWidth), static_cast<uint32_t>(mDisplayHeight), 1, in SetUpBase()
137 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_2::vts::__anon8385ed4b0111::GraphicsCompositionTestBase
207 IComposerClient::Rect coloredSquare({0, 0, mDisplayWidth, mDisplayHeight}); in TEST_P()
215 std::vector<IComposerClient::Color> expectedColors(mDisplayWidth * mDisplayHeight); in TEST_P()
216 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, coloredSquare, BLUE); in TEST_P()
218 ReadbackBuffer readbackBuffer(mPrimaryDisplay, mComposerClient, mDisplayWidth, in TEST_P()
270 ReadbackBuffer readbackBuffer(mPrimaryDisplay, mComposerClient, mDisplayWidth, in TEST_P()
273 std::vector<IComposerClient::Color> expectedColors(mDisplayWidth * mDisplayHeight); in TEST_P()
[all …]
DVtsHalGraphicsComposerV2_2TargetTest.cpp57 mDisplayWidth = mComposerClient->getDisplayAttribute(mPrimaryDisplay, config, in SetUp()
113 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_2::vts::__anon47355e050111::GraphicsComposerHidlTest
428 sp<GraphicBuffer> buffer = sp<GraphicBuffer>::make(mDisplayWidth, mDisplayHeight, in TEST_P()
449 sp<GraphicBuffer> buffer = sp<GraphicBuffer>::make(mDisplayWidth, mDisplayHeight, in TEST_P()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.h240 VtsDisplay(int64_t displayId) : mDisplayId(displayId), mDisplayWidth(0), mDisplayHeight(0) {} in VtsDisplay()
245 return {0, 0, static_cast<float>(mDisplayWidth), static_cast<float>(mDisplayHeight)}; in getCrop()
248 Rect getFrameRect() const { return {0, 0, mDisplayWidth, mDisplayHeight}; } in getFrameRect()
251 mDisplayWidth = displayWidth; in setDimensions()
255 int32_t getDisplayWidth() const { return mDisplayWidth; } in getDisplayWidth()
309 int32_t mDisplayWidth; variable
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp49 mDisplayWidth = 0; in ExynosVirtualDisplay()
84 mDisplayWidth = width; in createVirtualDisplay()
96 mDisplayWidth = 0; in destroyVirtualDisplay()
164 mDisplayWidth = width; in setWFDOutputResolution()
174 *width = mDisplayWidth; in getWFDOutputResolution()
DExynosVirtualDisplay.h153 unsigned int mDisplayWidth; variable
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp654 mDisplayWidth = mComposerClient->getDisplayAttribute(mPrimaryDisplay, activeConfig, in SetUp()
667 sp<GraphicBuffer> allocate() { return allocate(mDisplayWidth, mDisplayHeight); } in allocate()
684 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_1::vts::__anon7211d9430111::GraphicsComposerHidlCommandTest
789 IComposerClient::Rect displayFrame{0, 0, mDisplayWidth, mDisplayHeight}; in TEST_P()
798 mWriter->setLayerSourceCrop({0, 0, (float)mDisplayWidth, (float)mDisplayHeight}); in TEST_P()
838 IComposerClient::Rect displayFrame{0, 0, mDisplayWidth, mDisplayHeight}; in TEST_P()
846 mWriter->setLayerSourceCrop({0, 0, (float)mDisplayWidth, (float)mDisplayHeight}); in TEST_P()
899 IComposerClient::Rect displayFrame{0, 0, mDisplayWidth, mDisplayHeight}; in TEST_P()
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp59 : mDisplay(display), mDisplayWidth(displayWidth), mDisplayHeight(displayHeight) {} in VtsDisplay()
64 return {0, 0, static_cast<float>(mDisplayWidth), static_cast<float>(mDisplayHeight)}; in getCrop()
67 IComposerClient::Rect getFrameRect() const { return {0, 0, mDisplayWidth, mDisplayHeight}; } in getFrameRect()
70 mDisplayWidth = displayWidth; in setDimensions()
76 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_4::vts::__anonf17c67890111::VtsDisplay