Home
last modified time | relevance | path

Searched refs:halfRange (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dcopyvertex.inc.h389 const int32_t halfRange = (maxValue - minValue) >> 1; in CopyPackedRGB() local
390 finalValue = ((finalValue - minValue) / halfRange) - 1.0f; in CopyPackedRGB()
/external/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp87 const int32_t halfRange = (maxValue - minValue) >> 1; in Normalize10() local
88 floatOutput = ((floatOutput - minValue) / halfRange) - 1.0f; in Normalize10()