HomeSort by relevance Sort by last modified time
    Searched full:vector4 (Results 1 - 25 of 31) sorted by null

1 2

  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
SimpleWater.j3md 9 Vector4 waterColor
13 Vector4 distortionScale
14 Vector4 distortionMix
15 Vector4 texScale
  /ndk/tests/device/b8708181-Vector4/jni/
Vector4.cpp 18 class Vector4
21 inline Vector4(float a, float b, float c, float d);
22 inline Vector4() {}
28 inline Vector4::Vector4(float a, float b, float c, float d)
33 inline float32x4_t Vector4::Set(float a, float b, float c, float d)
40 Vector4 initVector4(float a, float b, float c, float d)
42 return Vector4(a, b, c, d);
45 void initVector4(Vector4 *v, float a, float b, float c, float d)
52 Vector4 v
    [all...]
Android.mk 4 LOCAL_MODULE := Vector4
5 LOCAL_SRC_FILES := Vector4.cpp
  /external/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/
NiftyQuad.j3md 4 Vector4 Color (Color)
NiftyTex.j3md 5 Vector4 Color (Color)
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
CrossHatch.j3md 6 Vector4 LineColor;
7 Vector4 PaperColor;
Fog.j3md 8 Vector4 FogColor;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
SimplexCollisionShape.java 22 private Vector3f vector1, vector2, vector3, vector4; field in class:SimplexCollisionShape
31 vector4 = point4;
59 capsule.write(vector4, "simplexPoint4", null);
68 vector4 = (Vector3f) capsule.readSavable("simplexPoint4", null);
73 if (vector4 != null) {
74 objectId = createShape(vector1, vector2, vector3, vector4);
75 // objectId = new BU_Simplex1to4(Converter.convert(vector1), Converter.convert(vector2), Converter.convert(vector3), Converter.convert(vector4));
99 private native long createShape(Vector3f vector1, Vector3f vector2, Vector3f vector3, Vector3f vector4);
  /external/llvm/test/Transforms/ScalarRepl/
inline-vector.ll 6 %struct.Vector4 = type { float, float, float, float }
7 @f.vector = internal constant %struct.Vector4 { float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 }, align 16
16 %vector = alloca %struct.Vector4, align 16
17 %agg.tmp = alloca %struct.Vector4, align 16
18 %tmp = bitcast %struct.Vector4* %vector to i8*
19 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp, i8* bitcast (%struct.Vector4* @f.vector to i8*), i32 16, i32 16, i1 false)
29 %tmp2 = bitcast %struct.Vector4* %agg.tmp to i8*
30 %tmp3 = bitcast %struct.Vector4* %vector to i8*
32 %0 = bitcast %struct.Vector4* %agg.tmp to [2 x i64]*
38 %2 = bitcast %struct.Vector4* %vector to <4 x float>
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
SimplexCollisionShape.java 22 private Vector3f vector1, vector2, vector3, vector4; field in class:SimplexCollisionShape
31 vector4 = point4;
59 capsule.write(vector4, "simplexPoint4", null);
68 vector4 = (Vector3f) capsule.readSavable("simplexPoint4", null);
73 if (vector4 != null) {
74 cShape = new BU_Simplex1to4(Converter.convert(vector1), Converter.convert(vector2), Converter.convert(vector3), Converter.convert(vector4));
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
WireColor.j3md 6 Vector4 Color : Color
SolidColor.j3md 6 Vector4 Color
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/
vector10.hpp 53 struct vector4 struct in namespace:boost::mpl
59 typedef vector4 type;
68 , vector4< T0,T1,T2,T3 >
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
PostShadowPSSM.j3md 13 Vector4 Splits
  /external/eigen/test/
geo_orthomethods.cpp 25 typedef Matrix<Scalar,4,1> Vector4;
54 Vector4 v40 = Vector4::Random(),
55 v41 = Vector4::Random(),
56 v42 = Vector4::Random();
geo_transformations.cpp 25 typedef Matrix<Scalar,4,1> Vector4;
96 typedef Matrix<Scalar,4,1> Vector4;
199 mat4 << mat3 , Vector3::Zero() , Vector4::Zero().transpose();
geo_quaternion.cpp 53 typedef Matrix<Scalar,4,1> Vector4;
167 q1.coeffs() = Vector4::Random().normalized();
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
mathutil.h 19 struct Vector4
21 Vector4() {}
22 Vector4(float x, float y, float z, float w) : x(x), y(y), z(z), w(w) {}
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp 95 (JNIEnv * env, jobject object, jobject vector1, jobject vector2, jobject vector3, jobject vector4) {
104 jmeBulletUtil::convert(env, vector4, &vec4);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
VarType.java 40 Vector4,
Uniform.java 107 case Vector4:
152 case Vector4:
248 case Vector4:
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 584 setParam(name, VarType.Vector4, value);
614 setParam(name, VarType.Vector4, value);
657 ambientColor.setValue(VarType.Vector4, getAmbientColor(lightList));
734 ambientColor.setValue(VarType.Vector4, getAmbientColor(lightList));
738 ambientColor.setValue(VarType.Vector4, ColorRGBA.Black);
753 lightColor.setValue(VarType.Vector4, tmpLightColor);
761 lightPos.setValue(VarType.Vector4, tmpLightPosition);
763 lightDir.setValue(VarType.Vector4, tmpLightDirection);
771 lightPos.setValue(VarType.Vector4, tmpLightPosition);
773 lightDir.setValue(VarType.Vector4, tmpLightDirection)
    [all...]
MatParam.java 162 * Assuming "ABC" is a Vector4 parameter, then the value
237 case Vector4:
252 throw new UnsupportedOperationException("Unexpected Vector4 type: " + value);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/
J3MLoader.java 182 case Vector4:
184 throw new IOException("Vector4 value parameter must have 4 entries: " + value);
248 type = VarType.Vector4;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
vector.hpp 79 : vector4< T0,T1,T2,T3 >
81 typedef typename vector4< T0,T1,T2,T3 >::type type;

Completed in 243 milliseconds

1 2