Searched refs:getCurrentTransform (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/include/gui/
H A DGLConsumer.h179 // getCurrentTransform returns the transform of the current buffer.
180 uint32_t getCurrentTransform() const;
/frameworks/native/libs/gui/
H A DGLConsumer.cpp906 uint32_t GLConsumer::getCurrentTransform() const { function in class:android::GLConsumer
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp54 if (mST->getCurrentTransform() == NATIVE_WINDOW_TRANSFORM_ROT_270) {
72 ASSERT_EQ((uint32_t) 0, mST->getCurrentTransform());
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1275 const uint32_t transform(mSurfaceFlingerConsumer->getCurrentTransform());

Completed in 94 milliseconds