Home
last modified time | relevance | path

Searched defs:deFloatMix (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h246 DE_INLINE float deFloatMix (float a, float b, float t) { return a*(1.0f-t) + b*t; } in deFloatMix() function

Completed in 3 milliseconds