Searched refs:bufferTransform (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayerCompositionState.cpp | 68 dumpVal(out, "bufferTransform", toString(bufferTransform), bufferTransform); in dump()
|
D | OutputLayer.cpp | 240 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/ |
D | OutputLayerCompositionState.h | 78 Hwc2::Transform bufferTransform{static_cast<Hwc2::Transform>(0)};
|
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/ |
D | LayerProtoParser.h | 108 Transform bufferTransform; variable
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | LayerProtoParser.cpp | 104 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/ |
D | OutputLayerTest.cpp | 531 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/ |
D | Layer.cpp | 1621 StringAppendF(&result, "%10s | ", toString(outputLayerState.bufferTransform).c_str()); in miniDump()
|