Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL_test.cpp54 if (mST->getCurrentTransform() == NATIVE_WINDOW_TRANSFORM_ROT_270) { in TEST_F()
72 ASSERT_EQ((uint32_t) 0, mST->getCurrentTransform()); in TEST_F()
/frameworks/native/include/gui/
DGLConsumer.h180 uint32_t getCurrentTransform() const;
/frameworks/native/libs/gui/
DGLConsumer.cpp906 uint32_t GLConsumer::getCurrentTransform() const { in getCurrentTransform() function in android::GLConsumer
/frameworks/native/services/surfaceflinger/
DLayer.cpp1275 const uint32_t transform(mSurfaceFlingerConsumer->getCurrentTransform()); in latchBuffer()