Home
last modified time | relevance | path

Searched refs:isColorSpaceAgnostic (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h419 virtual bool isColorSpaceAgnostic() const { return mDrawingState.colorSpaceAgnostic; } in isColorSpaceAgnostic() function
H A DLayer.cpp480 compositionState->isColorspaceAgnostic = isColorSpaceAgnostic(); in preparePerFrameCompositionState()