Home
last modified time | relevance | path

Searched defs:Vec3 (Results 1 – 12 of 12) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DVec3.cs9 public struct Vec3 : IFlatbufferObject struct
11 private Struct __p;
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
14 public Vec3 __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
16 public float X { get { return __p.bb.GetFloat(__p.bb_pos + 0); } }
17 public void MutateX(float x) { __p.bb.PutFloat(__p.bb_pos + 0, x); } in MutateX()
18 public float Y { get { return __p.bb.GetFloat(__p.bb_pos + 4); } }
19 public void MutateY(float y) { __p.bb.PutFloat(__p.bb_pos + 4, y); } in MutateY()
20 public float Z { get { return __p.bb.GetFloat(__p.bb_pos + 8); } }
[all …]
DVec3.go9 type Vec3 struct { struct
10 _tab flatbuffers.Struct
13 func (rcv *Vec3) Init(buf []byte, i flatbuffers.UOffsetT) {
18 func (rcv *Vec3) Table() flatbuffers.Table {
22 func (rcv *Vec3) X() float32 {
25 func (rcv *Vec3) MutateX(n float32) bool {
29 func (rcv *Vec3) Y() float32 {
32 func (rcv *Vec3) MutateY(n float32) bool {
36 func (rcv *Vec3) Z() float32 {
39 func (rcv *Vec3) MutateZ(n float32) bool {
[all …]
DVec3.php11 class Vec3 extends Struct class
DVec3.py7 class Vec3(object): class
DVec3.java11 public final class Vec3 extends Struct { class
/external/deqp/framework/common/
DtcuVectorType.hpp40 typedef Vector<float, 3> Vec3; typedef
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_matrix.inl356 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); local
702 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); local
923 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); local
Dtype_mat4x4.inl515 detail::tvec4<T, P> Vec3(m[1][3], m[0][3], m[0][3], m[0][3]); local
/external/flatbuffers/tests/
Dmonster_test_generated.js266 MyGame.Example.Vec3 = function() { class in MyGame.Example
/external/deqp/modules/gles2/scripts/
Dgenutil.py416 class Vec3(Vec): class
/external/deqp/modules/gles31/scripts/
Dgenutil.py507 class Vec3(Vec): class
/external/deqp/modules/gles3/scripts/
Dgenutil.py505 class Vec3(Vec): class