HomeSort by relevance Sort by last modified time
    Searched refs:rotMat22 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 582 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;
583 value[0] = rotMat22[0];
584 value[1] = rotMat22[2];
593 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;
594 value[0] = rotMat22[1];
595 value[1] = rotMat22[3];
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 582 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;
583 value[0] = rotMat22[0];
584 value[1] = rotMat22[2];
593 GLfloat *rotMat22 = ctx->Texture.Unit[unit].RotMatrix;
594 value[0] = rotMat22[1];
595 value[1] = rotMat22[3];
    [all...]

Completed in 3183 milliseconds