Home
last modified time | relevance | path

Searched refs:Hwc2TestSourceCrop (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.cpp58 void Hwc2TestBufferArea::setDependent(Hwc2TestSourceCrop* sourceCrop) in setDependent()
465 Hwc2TestSourceCrop::Hwc2TestSourceCrop(Hwc2TestCoverage coverage, in Hwc2TestSourceCrop() function in Hwc2TestSourceCrop
476 std::string Hwc2TestSourceCrop::dump() const in dump()
486 void Hwc2TestSourceCrop::updateBufferArea(const Area& bufferArea) in updateBufferArea()
492 void Hwc2TestSourceCrop::update() in update()
510 const std::vector<hwc_frect_t> Hwc2TestSourceCrop::mDefaultFrectScalars = {
514 const std::vector<hwc_frect_t> Hwc2TestSourceCrop::mBasicFrectScalars = {
520 const std::vector<hwc_frect_t> Hwc2TestSourceCrop::mCompleteFrectScalars = {
770 const std::array<bool, 6> Hwc2TestSourceCrop::mCompositionSupport = {{
DHwc2TestProperties.h136 class Hwc2TestSourceCrop; variable
146 void setDependent(Hwc2TestSourceCrop* sourceCrop);
161 Hwc2TestSourceCrop* mSourceCrop = nullptr;
307 class Hwc2TestSourceCrop : public Hwc2TestProperty<hwc_frect_t> {
309 explicit Hwc2TestSourceCrop(Hwc2TestCoverage coverage, const Area& bufferArea = {0, 0});
DHwc2TestLayer.h95 Hwc2TestSourceCrop mSourceCrop;