Searched refs:Hwc2TestProperty (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestProperties.h | 83 class Hwc2TestProperty : public Hwc2TestContainer { 85 Hwc2TestProperty(Hwc2TestCoverage coverage, in Hwc2TestProperty() function 89 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList: in Hwc2TestProperty() 93 Hwc2TestProperty(const std::vector<T>& list, in Hwc2TestProperty() function 139 class Hwc2TestBufferArea : public Hwc2TestProperty<Area> { 172 class Hwc2TestBlendMode : public Hwc2TestProperty<hwc2_blend_mode_t> { 193 class Hwc2TestColor : public Hwc2TestProperty<hwc_color_t> { 218 class Hwc2TestComposition : public Hwc2TestProperty<hwc2_composition_t> { 233 class Hwc2TestDataspace : public Hwc2TestProperty<android::ui::Dataspace> { 249 class Hwc2TestDisplayDimension : public Hwc2TestProperty<UnsignedArea> { [all …]
|
D | Hwc2TestProperties.cpp | 32 : Hwc2TestProperty(mBufferAreas, mCompositionSupport), in Hwc2TestBufferArea() 117 : Hwc2TestProperty(coverage, mCompleteBlendModes, mBasicBlendModes, in Hwc2TestBlendMode() 157 : Hwc2TestProperty(mColors, mCompositionSupport), in Hwc2TestColor() 230 : Hwc2TestProperty(coverage, mCompleteCompositions, mBasicCompositions, in Hwc2TestComposition() 259 : Hwc2TestProperty(coverage, completeDataspaces, basicDataspaces, in Hwc2TestDataspace() 325 : Hwc2TestProperty( in Hwc2TestDisplayDimension() 383 : Hwc2TestProperty(mDisplayFrames, mCompositionSupport), in Hwc2TestDisplayFrame() 442 : Hwc2TestProperty(coverage, mCompletePlaneAlphas, mBasicPlaneAlphas, in Hwc2TestPlaneAlpha() 467 : Hwc2TestProperty(mSourceCrops, mCompositionSupport), in Hwc2TestSourceCrop() 530 : Hwc2TestProperty(mSurfaceDamages, mCompositionSupport), in Hwc2TestSurfaceDamage() [all …]
|