Home
last modified time | relevance | path

Searched defs:fX (Results 1 – 3 of 3) sorted by relevance

/development/ndk/sources/android/ndk_helper/
Dvecmath.h60 Vec2( const float fX, const float fY ) in Vec2()
233 void Value( float& fX, float& fY ) in Value()
264 Vec3( const float fX, const float fY, const float fZ ) in Vec3()
473 void Value( float& fX, float& fY, float& fZ ) in Value()
505 Vec4( const float fX, const float fY, const float fZ, const float fW ) in Vec4()
733 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value()
979 Quaternion( const float fX, const float fY, const float fZ, const float fW ) in Quaternion()
1106 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value()
Dvecmath.cpp272 Mat4 Mat4::Translation( const float fX, const float fY, const float fZ ) in Translation()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsRenderer.cpp129 float fX = random() / float( RAND_MAX ) - 0.5f; in Init() local
318 float fX, fY; in Render() local