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

  /prebuilts/misc/windows/sdl2/test/
testgles2.c 369 float matrix_rotate[16], matrix_modelview[16], matrix_perspective[16], matrix_mvp[16]; local
376 rotate_matrix(data->angle_y, 0.0, 1.0, 0.0, matrix_rotate);
378 multiply_matrix(matrix_rotate, matrix_modelview, matrix_modelview);
380 rotate_matrix(data->angle_z, 0.0, 1.0, 0.0, matrix_rotate);
382 multiply_matrix(matrix_rotate, matrix_modelview, matrix_modelview);
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 209 static INLINE void matrix_rotate(struct matrix *dst, function

Completed in 77 milliseconds