HomeSort by relevance Sort by last modified time
    Searched full:rotate_matrix (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.h 40 void rotate_matrix(GLfloat x_deg, GLfloat y_deg, GLfloat z_deg, Matrix_t mat);
matrix.cc 116 void rotate_matrix(GLfloat x_deg, GLfloat y_deg, GLfloat z_deg, Matrix_t mat) { function
graphics_3d.cc 432 rotate_matrix(x_angle_, y_angle_, 0.0f, rot);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
matrix.h 40 void rotate_matrix(GLfloat x_deg, GLfloat y_deg, GLfloat z_deg, Matrix_t mat);
matrix.cc 116 void rotate_matrix(GLfloat x_deg, GLfloat y_deg, GLfloat z_deg, Matrix_t mat) { function
cube.cc 439 rotate_matrix(x_angle_, y_angle_, 0.0f, rot);

Completed in 622 milliseconds