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

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

Completed in 61 milliseconds