Searched defs:rotMat22 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c582 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix; local
583 value[0] = rotMat22[0];
584 value[1] = rotMat22[2];
593 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix; local
594 value[0] = rotMat22[1];
595 value[1] = rotMat22[3];
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c582 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix; local
583 value[0] = rotMat22[0];
584 value[1] = rotMat22[2];
593 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix; local
594 value[0] = rotMat22[1];
595 value[1] = rotMat22[3];

Completed in 122 milliseconds