Searched refs:format3D (Results 1 – 2 of 2) sorted by relevance
280 bool send3DInfoPacket (uint32_t format3D) { in send3DInfoPacket() argument282 (void)fp.write("%d", format3D); in send3DInfoPacket()307 uint32_t fmt3D = format3D(fmt); in getS3DFormat()
151 inline uint32_t format3D(uint32_t x) { return x & 0xFF000; } in format3D() function