Home
last modified time | relevance | path

Searched refs:setTreat170mAsSrgb (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h137 MOCK_METHOD1(setTreat170mAsSrgb, void(bool));
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h281 virtual void setTreat170mAsSrgb(bool) = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h112 void setTreat170mAsSrgb(bool) override;
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp91 mCompositionDisplay->setTreat170mAsSrgb(mFlinger->mTreat170mAsSrgb);
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp1689 void Output::setTreat170mAsSrgb(bool enable) { in setTreat170mAsSrgb() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp257 TEST_F(OutputTest, setTreat170mAsSrgb) { in TEST_F() argument
260 mOutput->setTreat170mAsSrgb(true); in TEST_F()
263 mOutput->setTreat170mAsSrgb(false); in TEST_F()