/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_geometric.inl | 229 GLM_FUNC_QUALIFIER genType refract(genType const & I, genType const & N, genType eta) function 238 GLM_FUNC_QUALIFIER vecType<T, P> refract(vecType<T, P> const & I, vecType<T, P> const & N, T eta) function
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 201 inline float refract(float i, float n, float eta) in refract() function 341 inline Vector<T, Size> refract(const Vector<T, Size> &i, const Vector<T, Size> &n, T eta) in refract() function
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_vec4.inl | 678 GLM_FUNC_QUALIFIER detail::fvec4SIMD refract function
|
/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec2.rs | 833 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
D | vec3.rs | 900 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 833 pub fn refract(self, normal: Self, eta: f64) -> Self { in refract() method
|
D | dvec3.rs | 900 pub fn refract(self, normal: Self, eta: f64) -> Self { in refract() method
|
D | dvec4.rs | 957 pub fn refract(self, normal: Self, eta: f64) -> Self { in refract() method
|
/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec3a.rs | 910 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
D | vec4.rs | 968 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
/external/rust/android-crates-io/crates/glam/src/f32/neon/ |
D | vec3a.rs | 907 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
D | vec4.rs | 886 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec4.rs | 849 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
D | vec3a.rs | 863 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec3a.rs | 878 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
D | vec4.rs | 871 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec4.rs | 904 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
D | vec3a.rs | 915 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.cpp | 314 constexpr const ImmutableString refract("refract"); variable
|