Home
last modified time | relevance | path

Searched refs:setDependent (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayer.cpp57 mBufferArea.setDependent(&mBuffer); in Hwc2TestLayer()
58 mBufferArea.setDependent(&mSourceCrop); in Hwc2TestLayer()
59 mBufferArea.setDependent(&mSurfaceDamage); in Hwc2TestLayer()
60 mBlendMode.setDependent(&mColor); in Hwc2TestLayer()
DHwc2TestVirtualDisplay.cpp28 mDisplayDimension.setDependent(&mOutputBuffer); in Hwc2TestVirtualDisplay()
29 mDisplayDimension.setDependent(&mExpectedBuffer); in Hwc2TestVirtualDisplay()
DHwc2TestProperties.h145 void setDependent(Hwc2TestBuffer* buffer);
146 void setDependent(Hwc2TestSourceCrop* sourceCrop);
147 void setDependent(Hwc2TestSurfaceDamage* surfaceDamage);
178 void setDependent(Hwc2TestColor* color);
255 void setDependent(Hwc2TestVirtualBuffer* buffer);
DHwc2TestProperties.cpp50 void Hwc2TestBufferArea::setDependent(Hwc2TestBuffer* buffer) in setDependent() function in Hwc2TestBufferArea
58 void Hwc2TestBufferArea::setDependent(Hwc2TestSourceCrop* sourceCrop) in setDependent() function in Hwc2TestBufferArea
66 void Hwc2TestBufferArea::setDependent(Hwc2TestSurfaceDamage* surfaceDamage) in setDependent() function in Hwc2TestBufferArea
127 void Hwc2TestBlendMode::setDependent(Hwc2TestColor* color) in setDependent() function in Hwc2TestBlendMode
338 void Hwc2TestDisplayDimension::setDependent(Hwc2TestVirtualBuffer* buffer) in setDependent() function in Hwc2TestDisplayDimension
DHwc2TestClientTarget.cpp57 mBufferArea.setDependent(&mSurfaceDamage); in Hwc2TestClientTargetSupport()