Home
last modified time | relevance | path

Searched refs:Hwc2TestProperty (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.h82 class Hwc2TestProperty : public Hwc2TestContainer {
84 Hwc2TestProperty(Hwc2TestCoverage coverage, in Hwc2TestProperty() function
88 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList: in Hwc2TestProperty()
92 Hwc2TestProperty(const std::vector<T>& list, in Hwc2TestProperty() function
138 class Hwc2TestBufferArea : public Hwc2TestProperty<Area> {
171 class Hwc2TestBlendMode : public Hwc2TestProperty<hwc2_blend_mode_t> {
192 class Hwc2TestColor : public Hwc2TestProperty<hwc_color_t> {
217 class Hwc2TestComposition : public Hwc2TestProperty<hwc2_composition_t> {
232 class Hwc2TestDataspace : public Hwc2TestProperty<android_dataspace_t> {
247 class Hwc2TestDisplayDimension : public Hwc2TestProperty<UnsignedArea> {
[all …]
DHwc2TestProperties.cpp32 : 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 …]