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

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestProperties.cpp32 : Hwc2TestProperty(mBufferAreas, mCompositionSupport),
118 mDefaultBlendModes, mCompositionSupport) { }
157 : Hwc2TestProperty(mColors, mCompositionSupport),
231 mDefaultCompositions, mCompositionSupport) { }
260 defaultDataspaces, mCompositionSupport) { }
328 mDefaultDisplayDimensions, mCompositionSupport) { }
383 : Hwc2TestProperty(mDisplayFrames, mCompositionSupport),
443 mDefaultPlaneAlphas, mCompositionSupport) { }
467 : Hwc2TestProperty(mSourceCrops, mCompositionSupport),
530 : Hwc2TestProperty(mSurfaceDamages, mCompositionSupport),
730 const std::array<bool, 6> Hwc2TestBufferArea::mCompositionSupport = {{ member in class:Hwc2TestBufferArea
735 const std::array<bool, 6> Hwc2TestBlendMode::mCompositionSupport = {{ member in class:Hwc2TestBlendMode
740 const std::array<bool, 6> Hwc2TestColor::mCompositionSupport = {{ member in class:Hwc2TestColor
745 const std::array<bool, 6> Hwc2TestComposition::mCompositionSupport = {{ member in class:Hwc2TestComposition
750 const std::array<bool, 6> Hwc2TestDataspace::mCompositionSupport = {{ member in class:Hwc2TestDataspace
755 const std::array<bool, 6> Hwc2TestDisplayDimension::mCompositionSupport = {{ member in class:Hwc2TestDisplayDimension
760 const std::array<bool, 6> Hwc2TestDisplayFrame::mCompositionSupport = {{ member in class:Hwc2TestDisplayFrame
765 const std::array<bool, 6> Hwc2TestPlaneAlpha::mCompositionSupport = {{ member in class:Hwc2TestPlaneAlpha
770 const std::array<bool, 6> Hwc2TestSourceCrop::mCompositionSupport = {{ member in class:Hwc2TestSourceCrop
775 const std::array<bool, 6> Hwc2TestSurfaceDamage::mCompositionSupport = {{ member in class:Hwc2TestSurfaceDamage
780 const std::array<bool, 6> Hwc2TestTransform::mCompositionSupport = {{ member in class:Hwc2TestTransform
[all...]
H A DHwc2TestProperties.h95 mCompositionSupport(compositionSupport) { }
121 return mCompositionSupport.at(composition);
131 const std::array<bool, 6>& mCompositionSupport; member in class:Hwc2TestProperty
165 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestBufferArea
188 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestBlendMode
213 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestColor
228 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestComposition
243 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestDataspace
264 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestDisplayDimension
286 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestDisplayFrame
301 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestPlaneAlpha
325 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestSourceCrop
351 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestSurfaceDamage
366 static const std::array<bool, 6> mCompositionSupport; member in class:Hwc2TestTransform
[all...]

Completed in 40 milliseconds