Searched refs:READ_COLOR_PIXELS (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/opengl/opengl32/ |
H A D | swimpl.c | 1264 #define READ_COLOR_PIXELS(__bpp, __type, __pixel_size) \ macro 1302 READ_COLOR_PIXELS(8, BYTE, 1) 1303 READ_COLOR_PIXELS(16, USHORT, 2) 1304 READ_COLOR_PIXELS(24, ULONG, 3) 1305 READ_COLOR_PIXELS(32, ULONG, 4) 1306 #undef READ_COLOR_PIXELS
|