Searched refs:mtxRot90 (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/gui/ |
D | GLConsumerUtils.cpp | 50 static const mat4 mtxRot90( in computeTransformMatrix() local 65 xform *= mtxRot90; in computeTransformMatrix()
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | SurfaceTexture.cpp | 283 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()
|