HomeSort by relevance Sort by last modified time
    Searched refs:matrix_rotate (Results 1 - 4 of 4) 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/
api_transform.c 128 matrix_rotate(dst, angle);
matrix.h 209 static INLINE void matrix_rotate(struct matrix *dst, function
arc.c 239 matrix_rotate(&matrix, -arc->theta);

Completed in 1254 milliseconds