Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRenderArea.h38 Transform::orientation_flags getRotationFlags() const { return mRotationFlags; }; in getRotationFlags()
46 Transform::orientation_flags mRotationFlags;
DTransform.h46 enum orientation_flags { enum
56 static orientation_flags fromRotation(ISurfaceComposer::Rotation rotation);
DTransform.cpp412 Transform::orientation_flags Transform::fromRotation(ISurfaceComposer::Rotation rotation) { in fromRotation()
DSurfaceFlinger.cpp4983 Transform::orientation_flags rotation = renderArea.getRotationFlags(); in renderScreenImplLocked()
5010 rotation = static_cast<Transform::orientation_flags> in renderScreenImplLocked()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.h70 bool yswap, Transform::orientation_flags rotation);
DRenderEngine.h108 bool yswap, Transform::orientation_flags rotation) = 0;
DGLES20RenderEngine.cpp171 Transform::orientation_flags rotation) { in setViewportAndProjection()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/RenderEngine/
DMockRenderEngine.h58 void(size_t, size_t, Rect, size_t, bool, Transform::orientation_flags));