Home
last modified time | relevance | path

Searched defs:refract (Results 1 – 19 of 19) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_geometric.inl229 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/
DtcuVectorUtil.hpp201 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/
Dsimd_vec4.inl678 GLM_FUNC_QUALIFIER detail::fvec4SIMD refract function
/external/rust/android-crates-io/crates/glam/src/f32/
Dvec2.rs833 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
Dvec3.rs900 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs833 pub fn refract(self, normal: Self, eta: f64) -> Self { in refract() method
Ddvec3.rs900 pub fn refract(self, normal: Self, eta: f64) -> Self { in refract() method
Ddvec4.rs957 pub fn refract(self, normal: Self, eta: f64) -> Self { in refract() method
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec3a.rs910 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
Dvec4.rs968 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dvec3a.rs907 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
Dvec4.rs886 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs849 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
Dvec3a.rs863 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec3a.rs878 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
Dvec4.rs871 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs904 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
Dvec3a.rs915 pub fn refract(self, normal: Self, eta: f32) -> Self { in refract() method
/external/angle/src/compiler/translator/
DSymbolTable_autogen.cpp314 constexpr const ImmutableString refract("refract"); variable