Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp587 int* dstUInt = reinterpret_cast<int*>(dst); in convertInt() local
589 dstUInt[i] = static_cast<int>(inColor[i] * 2147483648u - 1); in convertInt()
594 unsigned int* dstUInt = reinterpret_cast<unsigned int*>(dst); in convertUInt() local
598 dstUInt[i] = static_cast<unsigned int>(c * 4294967295u); in convertUInt()