Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp567 unsigned int* dstUint = reinterpret_cast<unsigned int*>(dst); in convertUInt_24_8() local
572 dstUint[0] = (d & 0xFFFFFF00) | (s & 0xFF); in convertUInt_24_8()
612 unsigned int* dstUint = reinterpret_cast<unsigned int*>(dst); in convertUInt_2_10_10_10_rev() local
621 dstUint[0] = (a & 0xC0000000) | (b & 0x3FF00000) | (g & 0x000FFC00) | (r & 0x000003FF); in convertUInt_2_10_10_10_rev()