Searched refs:orientation_flags (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.h | 54 Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation);
|
D | GLES20RenderEngine.h | 69 Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation);
|
D | RenderEngine.h | 95 Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation) = 0;
|
D | GLES11RenderEngine.cpp | 79 Transform::orientation_flags rotation) { in setViewportAndProjection()
|
D | GLES20RenderEngine.cpp | 86 Transform::orientation_flags rotation) { in setViewportAndProjection()
|
/frameworks/native/services/surfaceflinger/ |
D | Transform.h | 44 enum orientation_flags { enum
|
D | SurfaceFlinger.h | 323 bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation); 330 bool useIdentityTransform, Transform::orientation_flags rotation);
|
D | SurfaceFlinger.cpp | 3025 Transform::orientation_flags rotationFlags; in captureScreen() 3053 Transform::orientation_flags rotation; in captureScreen() 3061 bool useIdentityTransform, Transform::orientation_flags rotation) in captureScreen() 3115 bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) in renderScreenImplLocked() 3184 bool useIdentityTransform, Transform::orientation_flags rotation) in captureScreenImplLocked()
|