/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 67 mDisplayWidth = mComposerClient->getDisplayAttribute( in SetUpBase() 98 clientCompositionDisplay.physicalDisplay = Rect(mDisplayWidth, mDisplayHeight); in SetUpBase() 103 static_cast<uint32_t>(mDisplayWidth), static_cast<uint32_t>(mDisplayHeight), 1, in SetUpBase() 142 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_2::vts::__anon8cadd1370111::GraphicsCompositionTestBase 213 IComposerClient::Rect coloredSquare({0, 0, mDisplayWidth, mDisplayHeight}); in TEST_P() 221 std::vector<IComposerClient::Color> expectedColors(mDisplayWidth * mDisplayHeight); in TEST_P() 222 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, coloredSquare, BLUE); in TEST_P() 224 ReadbackBuffer readbackBuffer(mPrimaryDisplay, mComposerClient, mGralloc, mDisplayWidth, in TEST_P() 276 ReadbackBuffer readbackBuffer(mPrimaryDisplay, mComposerClient, mGralloc, mDisplayWidth, in TEST_P() 279 std::vector<IComposerClient::Color> expectedColors(mDisplayWidth * mDisplayHeight); in TEST_P() [all …]
|
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 59 mDisplayWidth = mComposerClient->getDisplayAttribute(mPrimaryDisplay, config, in SetUp() 115 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_2::vts::__anon46fb56f10111::GraphicsComposerHidlTest 444 gralloc->allocate(mDisplayWidth, mDisplayHeight, 1, mReadbackPixelFormat, usage)))); in TEST_P() 467 gralloc->allocate(mDisplayWidth, mDisplayHeight, 1, mReadbackPixelFormat, usage)))); in TEST_P()
|
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/ |
D | ExynosVirtualDisplay.cpp | 52 mDisplayWidth = 0; in ExynosVirtualDisplay() 87 mDisplayWidth = width; in createVirtualDisplay() 99 mDisplayWidth = 0; in destroyVirtualDisplay() 167 mDisplayWidth = width; in setWFDOutputResolution() 177 *width = mDisplayWidth; in getWFDOutputResolution()
|
D | ExynosVirtualDisplay.h | 153 unsigned int mDisplayWidth; variable
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 656 mDisplayWidth = mComposerClient->getDisplayAttribute(mPrimaryDisplay, activeConfig, in SetUp() 673 return mGralloc->allocate(mDisplayWidth, mDisplayHeight, 1, PixelFormat::RGBA_8888, usage); in allocate() 680 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_1::vts::__anon71d7d22f0111::GraphicsComposerHidlCommandTest 788 IComposerClient::Rect displayFrame{0, 0, mDisplayWidth, mDisplayHeight}; in TEST_P() 797 mWriter->setLayerSourceCrop({0, 0, (float)mDisplayWidth, (float)mDisplayHeight}); in TEST_P() 837 IComposerClient::Rect displayFrame{0, 0, mDisplayWidth, mDisplayHeight}; in TEST_P() 845 mWriter->setLayerSourceCrop({0, 0, (float)mDisplayWidth, (float)mDisplayHeight}); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 64 : mDisplay(display), mDisplayWidth(displayWidth), mDisplayHeight(displayHeight) {} in VtsDisplay() 69 return {0, 0, static_cast<float>(mDisplayWidth), static_cast<float>(mDisplayHeight)}; in getCrop() 72 IComposerClient::Rect getFrameRect() const { return {0, 0, mDisplayWidth, mDisplayHeight}; } in getFrameRect() 75 mDisplayWidth = displayWidth; in setDimensions() 81 int32_t mDisplayWidth; member in android::hardware::graphics::composer::V2_4::vts::__anonf14260750111::VtsDisplay
|