Lines Matching defs:index
203 perspectiveMatrix[2][2] = 0; // 2 : index
205 perspectiveMatrix[2][3] = -1.0f / cameraDistance_; // 2 3 : index
272 perspectiveMatrix[2][2] = 0; // 2 : index
274 perspectiveMatrix[2][3] = -1.0f / cameraDistance_; // 2 3 : index
318 /* 0 1 2 3 : index of matrix */
327 uint8_t index = 0;
328 for (; index < TRANS_NUM; index++) {
329 if (opOrder_[index] == op) {
333 for (; index < TRANSLATE; index++) {
334 opOrder_[index] = opOrder_[index + 1];