/third_party/flatbuffers/tests/MyGame/Example/ |
D | Vec3.cs | 12 public struct Vec3 : IFlatbufferObject struct 31 …public static Offset<MyGame.Example.Vec3> CreateVec3(FlatBufferBuilder builder, float X, float Y, … in CreateVec3() 60 public static Offset<MyGame.Example.Vec3> Pack(FlatBufferBuilder builder, Vec3T _o) { in Pack()
|
D | Vec3.go | 38 type Vec3 struct { struct 39 _tab flatbuffers.Struct 42 func (rcv *Vec3) Init(buf []byte, i flatbuffers.UOffsetT) { 47 func (rcv *Vec3) Table() flatbuffers.Table { 51 func (rcv *Vec3) X() float32 { 54 func (rcv *Vec3) MutateX(n float32) bool { 58 func (rcv *Vec3) Y() float32 { 61 func (rcv *Vec3) MutateY(n float32) bool { 65 func (rcv *Vec3) Z() float32 { 68 func (rcv *Vec3) MutateZ(n float32) bool { [all …]
|
D | Vec3.kt | 11 class Vec3 : Struct() { class
|
D | Vec3.php | 11 class Vec3 extends Struct class
|
D | Vec3.java | 11 public final class Vec3 extends Struct { class
|
D | Vec3.py | 9 class Vec3(object): class
|
/third_party/boost/libs/proto/example/ |
D | vec3.cpp | 84 struct Vec3 struct 87 explicit Vec3(int i=0, int j=0, int k=0) in Vec3() function 104 // Here we define a operator = for Vec3 terminals that argument 107 Vec3 &operator =(Expr const & expr) in operator =() argument 118 Vec3 &operator=(Vec3 const &that) in operator =() argument 140 // Count the number of Vec3 terminals using the in count_leaves() argument
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAdapter.h | 144 struct Vec3 { struct 147 explicit Vec3(const VectorValue&); argument
|
D | SkottieAdapter.cpp | 85 TransformAdapter3D::Vec3::Vec3(const VectorValue& v) { in Vec3() function in skottie::TransformAdapter3D::Vec3
|
/third_party/flatbuffers/samples/ |
D | monster_generated.rs | 257 pub struct Vec3(pub [u8; 12]); struct 258 impl Default for Vec3 { implementation 263 impl std::fmt::Debug for Vec3 { implementation 273 impl flatbuffers::SimpleToVerifyInSlice for Vec3 {} implementation 274 impl flatbuffers::SafeSliceAccess for Vec3 {} implementation 275 impl<'a> flatbuffers::Follow<'a> for Vec3 { implementation 282 impl<'a> flatbuffers::Follow<'a> for &'a Vec3 { implementation 289 impl<'b> flatbuffers::Push for Vec3 { implementation 294 ::std::slice::from_raw_parts(self as *const Vec3 as *const u8, Self::size()) in push() constant 299 impl<'b> flatbuffers::Push for &'b Vec3 { implementation [all …]
|
D | sample_binary.swift | 22 typealias Vec3 = MyGame_Sample_Vec3 typealias
|
/third_party/flatbuffers/tests/my-game/example/ |
D | vec3.ts | 9 export class Vec3 { class
|
D | vec3.js | 3 export class Vec3 { class
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorType.hpp | 40 typedef Vector<float, 3> Vec3; typedef
|
/third_party/flatbuffers/grpc/tests/ |
D | grpctest.py | 13 import MyGame.Example.Vec3 as Vec3 namespace
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | CubeActivity.java | 55 class Vec3 { class 58 public Vec3(float x, float y, float z) { this.x = x; this.y = y; this.z = z; } in Vec3() method in Vec3
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersMonsterWriterTests.swift | 23 typealias Vec3 = MyGame_Example_Vec3 typealias
|
/third_party/flatbuffers/tests/ |
D | monster_test_generated.rs | 1135 pub struct Vec3(pub [u8; 32]); struct 1136 impl Default for Vec3 { implementation 1141 impl std::fmt::Debug for Vec3 { implementation 1154 impl flatbuffers::SimpleToVerifyInSlice for Vec3 {} implementation 1155 impl flatbuffers::SafeSliceAccess for Vec3 {} implementation 1156 impl<'a> flatbuffers::Follow<'a> for Vec3 { implementation 1163 impl<'a> flatbuffers::Follow<'a> for &'a Vec3 { implementation 1170 impl<'b> flatbuffers::Push for Vec3 { implementation 1175 ::std::slice::from_raw_parts(self as *const Vec3 as *const u8, Self::size()) in push() constant 1180 impl<'b> flatbuffers::Push for &'b Vec3 { implementation [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_matrix.inl | 335 tvec4<T, P> Vec3(m[1][3], m[0][3], m[0][3], m[0][3]); local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
D | matrix.h | 321 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_determinant_highp() local 661 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_inverse() local 882 __m128 Vec3 = _mm_shuffle_ps(Temp3, Temp3, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_inverse_lowp() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | builtins_validation_test.cc | 1012 TEST_P(FloatAllMatching, Vec3) { in TEST_P() argument 1236 TEST_P(BooleanVectorInput, Vec3) { in TEST_P() argument
|
/third_party/flutter/glfw/examples/ |
D | particles.c | 60 } Vec3; typedef
|
/third_party/skia/third_party/externals/tint/src/ |
D | intrinsic_table.inl | 170 class Vec3 : public TypeMatcher { class
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | genutil.py | 416 class Vec3(Vec): class
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | genutil.py | 505 class Vec3(Vec): class
|