Searched refs:RESAMPLE (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 41 #define RESAMPLE(NAME, PIXELTYPE, SIZE) \ macro 97 RESAMPLE(resample_row_1, GLubyte, 1) 98 RESAMPLE(resample_row_2, GLushort, 1) 99 RESAMPLE(resample_row_4, GLuint, 1) 100 RESAMPLE(resample_row_8, GLuint, 2) 101 RESAMPLE(resample_row_16, GLuint, 4)
|