Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumerUtils.cpp37 static const mat4 mtxFlipV( in computeTransformMatrix() local
55 xform *= mtxFlipV; in computeTransformMatrix()
120 xform = mtxFlipV * xform; in computeTransformMatrix()
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp280 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()