Home
last modified time | relevance | path

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

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