Searched defs:rlf (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp41 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); local
42 fx *= rlf;
43 fy *= rlf;
44 fz *= rlf;
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp47 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); local
48 fx *= rlf;
49 fy *= rlf;
50 fz *= rlf;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp52 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); local
53 fx *= rlf;
54 fy *= rlf;
55 fz *= rlf;

Completed in 31 milliseconds