Searched refs:mtxFlipV (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/gui/ |
D | GLConsumerUtils.cpp | 44 static const mat4 mtxFlipV( in computeTransformMatrix() local 62 xform *= mtxFlipV; in computeTransformMatrix() 125 xform = mtxFlipV * xform; in computeTransformMatrix()
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | SurfaceTexture.cpp | 282 static const mat4 mtxFlipV(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1); in computeTransformMatrix() local 290 xform *= mtxFlipV; in computeTransformMatrix() 347 xform = mtxFlipV * xform; in computeTransformMatrix()
|