Searched refs:mtxFlipV (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/gui/ |
D | GLConsumerUtils.cpp | 37 static const mat4 mtxFlipV( in computeTransformMatrix() local 55 xform *= mtxFlipV; in computeTransformMatrix() 120 xform = mtxFlipV * xform; in computeTransformMatrix()
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | SurfaceTexture.cpp | 280 static const mat4 mtxFlipV(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1); in computeTransformMatrix() local 288 xform *= mtxFlipV; in computeTransformMatrix() 345 xform = mtxFlipV * xform; in computeTransformMatrix()
|