Searched defs:Hwc2TestProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestProperties.h82 class Hwc2TestProperty : public Hwc2TestContainer { class in inherits:Hwc2TestContainer
84 Hwc2TestProperty(Hwc2TestCoverage coverage, function in class:Hwc2TestProperty
88 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList:
92 Hwc2TestProperty(const std::vector<T>& list, function in class:Hwc2TestProperty
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<UnsignedAre
[all...]

Completed in 54 milliseconds