Searched refs:mtxMul (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 104 static void mtxMul(float out[16], const float a[16], const float b[16]); 830 mtxMul(result, xform, mtxFlipH); in computeTransformMatrix() 837 mtxMul(result, xform, mtxFlipV); in computeTransformMatrix() 844 mtxMul(result, xform, mtxRot90); in computeTransformMatrix() 903 mtxMul(mtxBeforeFlipV, crop, xform); in computeTransformMatrix() 914 mtxMul(outTransform, mtxFlipV, mtxBeforeFlipV); in computeTransformMatrix() 1158 static void mtxMul(float out[16], const float a[16], const float b[16]) { in mtxMul() function
|