Home
last modified time | relevance | path

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

12

/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp64 …template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} … in lerp() function
65 …template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2… in lerp() function
67 …template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> lerp(const detail::tvec3… in lerp() function
68 …template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> lerp(const detail::tvec4… in lerp() function
69 …template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> lerp(const detail::tvec2… in lerp() function
70 …template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> lerp(const detail::tvec3… in lerp() function
71 …template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> lerp(const detail::tvec4… in lerp() function
Ddual_quaternion.inl281 GLM_FUNC_QUALIFIER detail::tdualquat<T, P> lerp function
Dsimd_quat.inl443 GLM_FUNC_QUALIFIER detail::fquatSIMD lerp function
/external/replicaisland/src/com/replica/replicaisland/
DLerp.java21 public static float lerp(float start, float target, float duration, float timeSinceStart) in lerp() method in Lerp
/external/skqp/src/shaders/
DSkComposeShader.cpp46 float lerp = buffer.readScalar(); in CreateProc() local
DSkPerlinNoiseShader.cpp563 static SkScalar lerp(SkScalar t, SkScalar a, SkScalar b) { in lerp() function
/external/skia/src/shaders/
DSkComposeShader.cpp46 float lerp = buffer.readScalar(); in CreateProc() local
DSkPerlinNoiseShader.cpp570 static SkScalar lerp(SkScalar t, SkScalar a, SkScalar b) { in lerp() function
/external/eigen/demos/opengl/
Dquaternion_demo.cpp117 template<typename T> T lerp(float t, const T& a, const T& b) in lerp() function
123 template<> Quaternionf lerp(float t, const Quaternionf& a, const Quaternionf& b) in lerp() function
189 template<> EulerAngles<float> lerp(float t, const EulerAngles<float>& a, const EulerAngles<float>& … in lerp() function
Dcamera.h26 Frame lerp(float alpha, const Frame& other) const in lerp() function
/external/skqp/experimental/skottie/
DSkottieAnimator.cpp34 ScalarValue lerp(const ScalarValue& v0, const ScalarValue& v1, float t) { in lerp() function
40 VectorValue lerp(const VectorValue& v0, const VectorValue& v1, float t) { in lerp() function
54 ShapeValue lerp(const ShapeValue& v0, const ShapeValue& v1, float t) { in lerp() function
/external/skia/experimental/skottie/
DSkottieAnimator.cpp34 ScalarValue lerp(const ScalarValue& v0, const ScalarValue& v1, float t) { in lerp() function
40 VectorValue lerp(const VectorValue& v0, const VectorValue& v1, float t) { in lerp() function
54 ShapeValue lerp(const ShapeValue& v0, const ShapeValue& v1, float t) { in lerp() function
/external/skqp/include/core/
DSkShader.h234 static sk_sp<SkShader> MakeMixer(sk_sp<SkShader> dst, sk_sp<SkShader> src, float lerp) { in MakeMixer()
/external/swiftshader/src/Renderer/
DVector.cpp169 Vector lerp(const Vector &u, const Vector &v, float t) in lerp() function
/external/skia/include/core/
DSkShader.h237 static sk_sp<SkShader> MakeMixer(sk_sp<SkShader> dst, sk_sp<SkShader> src, float lerp) { in MakeMixer()
/external/libxcam/xcore/
Dvec_mat.h137 inline Vector2<T> lerp (T weight, const Vector2<T>& vec) const { in lerp() function
506 VectorN<T, N> VectorN<T, N>::lerp (T weight, const VectorN<T, N>& vec) const { in lerp() function
1031 inline Quaternion<T> lerp (T weight, const Quaternion<T>& quat) const { in lerp() function
/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc73 float lerp; member
Dquantized_resize_bilinear_op.cc44 std::vector<float> lerp; member
/external/skqp/src/gpu/ccpr/
DGrCCGeometry.cpp89 static inline Sk2f lerp(const Sk2f& a, const Sk2f& b, const Sk2f& t) { in lerp() function
/external/skia/src/gpu/ccpr/
DGrCCGeometry.cpp89 static inline Sk2f lerp(const Sk2f& a, const Sk2f& b, const Sk2f& t) { in lerp() function
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c971 float lerp[5]; in camTrack() local
/external/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.inl551 GLM_FUNC_QUALIFIER detail::tquat<T, P> lerp function
/external/skqp/src/jumper/
DSkJumper_stages_lowp.cpp157 SI U16 lerp(U16 from, U16 to, U16 t) { return div255( from*inv(t) + to*t ); } in lerp() function
/external/skia/src/jumper/
DSkJumper_stages_lowp.cpp157 SI U16 lerp(U16 from, U16 to, U16 t) { return div255( from*inv(t) + to*t ); } in lerp() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c73 lerp(float a, float v0, float v1) in lerp() function

12