Searched refs:degreesAroundY (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dfsraytrace.c239 rotate_xy(float* mat3, const float degreesAroundX, const float degreesAroundY) argument
244 const float radY = deg2rad(degreesAroundY);
H A Dvsraytrace.c230 rotate_xy(float* mat3, const float degreesAroundX, const float degreesAroundY) argument
235 const float radY = deg2rad(degreesAroundY);
H A Dgsraytrace.cpp568 rotate_xy(float* mat3, const float degreesAroundX, const float degreesAroundY) argument
573 const float radY = deg2rad(degreesAroundY);

Completed in 7 milliseconds