Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumerUtils.cpp50 static const mat4 mtxRot90( in computeTransformMatrix() local
65 xform *= mtxRot90; in computeTransformMatrix()
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp283 static const mat4 mtxRot90(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1); in computeTransformMatrix() local
293 xform *= mtxRot90; in computeTransformMatrix()