Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:rot90

955             const mat4 rot90( 0,1,0,0, -1,0,0,0, 0,0,1,0, 1,0,0,1);
961 tr = tr * rot90;