Home
last modified time | relevance | path

Searched refs:bufferTransform (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp265 const ui::Transform bufferTransform{layerState.geomBufferTransform}; in calculateOutputRelativeBufferTransform() local
266 ui::Transform transform(displayTransform * layerTransform * bufferTransform); in calculateOutputRelativeBufferTransform()
285 transform = ui::Transform(invTransform) * displayTransform * bufferTransform; in calculateOutputRelativeBufferTransform()
296 mState.bufferTransform = in updateCompositionState()
300 (mState.bufferTransform & ui::Transform::ROT_INVALID)) { in updateCompositionState()
344 hwcLayer->setTransform(static_cast<HWC2::Transform>(mState.bufferTransform)); in writeStateToHWC()
347 toString(mState.bufferTransform).c_str(), to_string(error).c_str(), in writeStateToHWC()
DOutputLayerCompositionState.cpp49 dumpVal(out, "bufferTransform", toString(bufferTransform), bufferTransform); in dump()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h58 Hwc2::Transform bufferTransform{static_cast<Hwc2::Transform>(0)};
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h108 Transform bufferTransform; variable
/frameworks/native/services/surfaceflinger/layerproto/
DLayerProtoParser.cpp114 layer.bufferTransform = generateTransform(layerProto.buffer_transform()); in generateLayer()
315 StringAppendF(&result, " tr=%s", bufferTransform.to_string().c_str()); in to_string()
/frameworks/native/services/surfaceflinger/
DColorLayer.cpp147 outputLayer->editState().bufferTransform = static_cast<Hwc2::Transform>(0); in setPerFrameData()
DLayer.cpp1371 toString(getCompositionLayer() ? compositionState.bufferTransform in miniDump()
2020 getCompositionLayer() ? static_cast<int32_t>(compositionState.bufferTransform) : 0; in writeToProto()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp269 outputLayerState.bufferTransform = static_cast<Hwc2::Transform>(kBufferTransform); in OutputLayerWriteStateToHWCTest()