Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A DSurfaceTexture.h218 uint32_t getCurrentTransform() const;
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp57 if (mST->getCurrentTransform() == NATIVE_WINDOW_TRANSFORM_ROT_270) { in TEST_F()
75 ASSERT_EQ((uint32_t) 0, mST->getCurrentTransform()); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayerConsumer.h161 uint32_t getCurrentTransform() const;
H A DBufferLayerConsumer.cpp399 uint32_t BufferLayerConsumer::getCurrentTransform() const { in getCurrentTransform() function in android::BufferLayerConsumer
H A DBufferQueueLayer.cpp553 mBufferInfo.mTransform = mConsumer->getCurrentTransform(); in gatherBufferInfo()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DGLConsumer.h192 uint32_t getCurrentTransform() const;
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp414 uint32_t SurfaceTexture::getCurrentTransform() const { in getCurrentTransform() function in android::SurfaceTexture
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp824 uint32_t GLConsumer::getCurrentTransform() const { in getCurrentTransform() function in android::GLConsumer