Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayerCompositionState.cpp68 dumpVal(out, "bufferTransform", toString(bufferTransform), bufferTransform); in dump()
DOutputLayer.cpp240 const ui::Transform bufferTransform{layerState.geomBufferTransform}; in calculateOutputRelativeBufferTransform() local
241 ui::Transform transform(displayTransform * layerTransform * bufferTransform); in calculateOutputRelativeBufferTransform()
261 transform = ui::Transform(invTransform) * displayTransform * bufferTransform; in calculateOutputRelativeBufferTransform()
290 state.bufferTransform = static_cast<Hwc2::Transform>( in updateCompositionState()
294 (state.bufferTransform & ui::Transform::ROT_INVALID)) { in updateCompositionState()
379 const auto bufferTransform = requestedCompositionType != hal::Composition::SOLID_COLOR in writeOutputDependentGeometryStateToHWC() local
380 ? outputDependentState.bufferTransform in writeOutputDependentGeometryStateToHWC()
382 if (auto error = hwcLayer->setTransform(static_cast<hal::Transform>(bufferTransform)); in writeOutputDependentGeometryStateToHWC()
385 toString(outputDependentState.bufferTransform).c_str(), to_string(error).c_str(), in writeOutputDependentGeometryStateToHWC()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h78 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.cpp104 layer.bufferTransform = generateTransform(layerProto.buffer_transform()); in generateLayer()
304 StringAppendF(&result, " tr=%s", bufferTransform.to_string().c_str()); in to_string()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp531 EXPECT_EQ(static_cast<Hwc2::Transform>(mBufferTransform), state.bufferTransform); in validateComputedGeometryState()
708 outputLayerState.bufferTransform = static_cast<Hwc2::Transform>(kBufferTransform); in OutputLayerWriteStateToHWCTest()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1621 StringAppendF(&result, "%10s | ", toString(outputLayerState.bufferTransform).c_str()); in miniDump()