Home
last modified time | relevance | path

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

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