Home
last modified time | relevance | path

Searched refs:eye (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dlinmath.h347 static inline void mat4x4_look_at(mat4x4 m, vec3 eye, vec3 center, vec3 up) { in mat4x4_look_at() argument
355 vec3_sub(f, center, eye); in mat4x4_look_at()
385 mat4x4_translate_in_place(m, -eye[0], -eye[1], -eye[2]); in mat4x4_look_at()
Dcube.cpp890 vec3 eye = {0.0f, 3.0f, 5.0f}; in init() local
959 mat4x4_look_at(view_matrix, eye, origin, up); in init()
Dcube.c3788 vec3 eye = {0.0f, 3.0f, 5.0f}; in demo_init() local
3871 mat4x4_look_at(demo->view_matrix, eye, origin, up); in demo_init()
/frameworks/native/opengl/libagl/
Dprimitives.cpp136 v->fog = c->fog.fog(c, v->eye.z); in lightVertexDarkSmoothFog()
147 v->fog = c->fog.fog(c, v->eye.z); in lightVertexDarkFlatFog()
154 v->fog = c->fog.fog(c, v->eye.z); in lightVertexSmoothFog()
475 v->fog = c->fog.fog(c, v->eye.z); in primitive_point()
903 GLfixed sd = dot4(equation.v, s->eye.v); in clip_triangle()
907 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_triangle()
1045 const GLfixed sd = dot4(equation.v, s->eye.v); in clip_line()
1046 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_line()
Dvertex.cpp114 &c->transforms.modelview.transform, &v->eye, &v->obj); in clipAllPerspective()
124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v); in clipAllPerspective()
Darray.cpp1074 clipVec4(nv->eye, t, s->eye, p->eye); in clipEye()
Dcontext.h137 vec4_t eye; member
/frameworks/native/libs/math/include/math/
Dmat4.h288 static CONSTEXPR TMat44 lookAt(const TVec3<A>& eye, const TVec3<B>& center, const TVec3<C>& up);
494 CONSTEXPR TMat44<T> TMat44<T>::lookAt(const TVec3<A>& eye, const TVec3<B>& center, const TVec3<C>& … in lookAt() argument
495 TVec3<T> z_axis(normalize(center - eye)); in lookAt()
507 TVec4<T>(eye, 1)); in lookAt()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DViewMatrix.java214 double[] eye = {-10, 0, 0}; in main() local
216 v.setEyePoint(eye); in main()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12284 field public static final java.lang.String FLASH_MODE_RED_EYE = "red-eye";
/frameworks/base/api/
Dcurrent.txt16198 field @Deprecated public static final String FLASH_MODE_RED_EYE = "red-eye";