Lines Matching refs:Matrix
77 Matrix.setLookAtM(scratch, 0, eyeX, eyeY, eyeZ, centerX, centerY, centerZ,
84 * Set up a 2D orthographic projection matrix
98 * Set up a perspective projection matrix
131 * @param model the current modelview matrix
134 * @param project the current projection matrix
136 * matrix data starts.
155 Matrix.multiplyMM(scratch, M_OFFSET, project, projectOffset,
163 Matrix.multiplyMV(scratch, V2_OFFSET,
197 * @param model the current modelview matrix
200 * @param project the current projection matrix
202 * matrix data starts.
221 Matrix.multiplyMM(scratch, PM_OFFSET, project, projectOffset,
224 if (!Matrix.invertM(scratch, INVPM_OFFSET, scratch, PM_OFFSET)) {
237 Matrix.multiplyMV(obj, objOffset, scratch, INVPM_OFFSET,