Home
last modified time | relevance | path

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

12

/third_party/flatbuffers/tests/MyGame/Example/
DVec3.cs12 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()
DVec3.go38 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 …]
DVec3.kt11 class Vec3 : Struct() { class
DVec3.php11 class Vec3 extends Struct class
DVec3.java11 public final class Vec3 extends Struct { class
DVec3.py9 class Vec3(object): class
/third_party/boost/libs/proto/example/
Dvec3.cpp84 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/
DSkottieAdapter.h144 struct Vec3 { struct
147 explicit Vec3(const VectorValue&); argument
DSkottieAdapter.cpp85 TransformAdapter3D::Vec3::Vec3(const VectorValue& v) { in Vec3() function in skottie::TransformAdapter3D::Vec3
/third_party/flatbuffers/samples/
Dmonster_generated.rs257 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 …]
Dsample_binary.swift22 typealias Vec3 = MyGame_Sample_Vec3 typealias
/third_party/flatbuffers/tests/my-game/example/
Dvec3.ts9 export class Vec3 { class
Dvec3.js3 export class Vec3 { class
/third_party/vk-gl-cts/framework/common/
DtcuVectorType.hpp40 typedef Vector<float, 3> Vec3; typedef
/third_party/flatbuffers/grpc/tests/
Dgrpctest.py13 import MyGame.Example.Vec3 as Vec3 namespace
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java55 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/
DFlatBuffersMonsterWriterTests.swift23 typealias Vec3 = MyGame_Example_Vec3 typealias
/third_party/flatbuffers/tests/
Dmonster_test_generated.rs1135 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/
Dfunc_matrix.inl335 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/
Dmatrix.h321 __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/
Dbuiltins_validation_test.cc1012 TEST_P(FloatAllMatching, Vec3) { in TEST_P() argument
1236 TEST_P(BooleanVectorInput, Vec3) { in TEST_P() argument
/third_party/flutter/glfw/examples/
Dparticles.c60 } Vec3; typedef
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl170 class Vec3 : public TypeMatcher { class
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py416 class Vec3(Vec): class
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py505 class Vec3(Vec): class

12