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 83 class Hwc2TestProperty : public Hwc2TestContainer {
85 Hwc2TestProperty(Hwc2TestCoverage coverage,
89 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList:
93 Hwc2TestProperty(const std::vector<T>& list,
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...]
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 65 milliseconds