HomeSort by relevance Sort by last modified time
    Searched refs:Hwc2TestProperty (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestProperties.h 82 class Hwc2TestProperty : public Hwc2TestContainer {
84 Hwc2TestProperty(Hwc2TestCoverage coverage,
88 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList:
92 Hwc2TestProperty(const std::vector<T>& list,
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...]
Hwc2TestProperties.cpp 32 : Hwc2TestProperty(mBufferAreas, mCompositionSupport),
117 : Hwc2TestProperty(coverage, mCompleteBlendModes, mBasicBlendModes,
157 : Hwc2TestProperty(mColors, mCompositionSupport),
230 : Hwc2TestProperty(coverage, mCompleteCompositions, mBasicCompositions,
259 : Hwc2TestProperty(coverage, completeDataspaces, basicDataspaces,
325 : Hwc2TestProperty(
383 : Hwc2TestProperty(mDisplayFrames, mCompositionSupport),
442 : Hwc2TestProperty(coverage, mCompletePlaneAlphas, mBasicPlaneAlphas,
467 : Hwc2TestProperty(mSourceCrops, mCompositionSupport),
530 : Hwc2TestProperty(mSurfaceDamages, mCompositionSupport)
    [all...]

Completed in 42 milliseconds