Searched refs:SWRAST_MAX_HEIGHT (Results 1 – 3 of 3) sorted by relevance
63 #define SWRAST_MAX_HEIGHT 16384 macro
80 GLvoid *rowaddr[SWRAST_MAX_HEIGHT]; /*< address of first pixel in each image row */995 width > SWRAST_MAX_WIDTH || height > SWRAST_MAX_HEIGHT) { in OSMesaMakeCurrent()1143 *value = SWRAST_MAX_HEIGHT; in OSMesaGetIntegerv()
2168 if (width > SWRAST_MAX_WIDTH || height > SWRAST_MAX_HEIGHT) { in Fake_glXCreatePbuffer()2174 height = SWRAST_MAX_HEIGHT; in Fake_glXCreatePbuffer()