Home
last modified time | relevance | path

Searched refs:mtxRot90 (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DGLConsumerUtils.cpp43 static const mat4 mtxRot90( in computeTransformMatrix() local
58 xform *= mtxRot90; in computeTransformMatrix()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp281 static const mat4 mtxRot90(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1); in computeTransformMatrix() local
291 xform *= mtxRot90; in computeTransformMatrix()