Searched refs:degreesAroundX (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
241 const float radX = deg2rad(degreesAroundX);
H A Dvsraytrace.c230 rotate_xy(float* mat3, const float degreesAroundX, const float degreesAroundY) argument
232 const float radX = deg2rad(degreesAroundX);
H A Dgsraytrace.cpp568 rotate_xy(float* mat3, const float degreesAroundX, const float degreesAroundY) argument
570 const float radX = deg2rad(degreesAroundX);

Completed in 5 milliseconds