Home
last modified time | relevance | path

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

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