Home
last modified time | relevance | path

Searched refs:rlf (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp41 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt() local
42 fx *= rlf; in gluLookAt()
43 fy *= rlf; in gluLookAt()
44 fz *= rlf; in gluLookAt()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp47 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt() local
48 fx *= rlf; in gluLookAt()
49 fy *= rlf; in gluLookAt()
50 fz *= rlf; in gluLookAt()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp52 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); in gluLookAt() local
53 fx *= rlf; in gluLookAt()
54 fy *= rlf; in gluLookAt()
55 fz *= rlf; in gluLookAt()
/frameworks/base/opengl/java/android/opengl/
DMatrix.java942 float rlf = 1.0f / Matrix.length(fx, fy, fz); in setLookAtM() local
943 fx *= rlf; in setLookAtM()
944 fy *= rlf; in setLookAtM()
945 fz *= rlf; in setLookAtM()