Searched refs:rawIntPixel (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 560 typedef int rawIntPixel[4]; typedef 764 void (*pack)(rawIntPixel*, Type), std::vector<FloatPixel>& result) const; 774 FloatPixel orderComponentsInt(rawIntPixel values, const PixelFormat& format) const; 796 static void pack_UNSIGNED_BYTE_3_3_2_INT(rawIntPixel* values, GLubyte value); 799 static void pack_UNSIGNED_BYTE_2_3_3_REV_INT(rawIntPixel* values, GLubyte value); 802 static void pack_UNSIGNED_SHORT_5_6_5_INT(rawIntPixel* values, GLushort value); 805 static void pack_UNSIGNED_SHORT_5_6_5_REV_INT(rawIntPixel* values, GLushort value); 808 static void pack_UNSIGNED_SHORT_4_4_4_4_INT(rawIntPixel* values, GLushort value); 811 static void pack_UNSIGNED_SHORT_4_4_4_4_REV_INT(rawIntPixel* values, GLushort value); 814 static void pack_UNSIGNED_SHORT_5_5_5_1_INT(rawIntPixel* values, GLushort value); [all …]
|