Home
last modified time | relevance | path

Searched refs:SWRAST_MAX_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Dswrast.h63 #define SWRAST_MAX_HEIGHT 16384 macro
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c80 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()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c2168 if (width > SWRAST_MAX_WIDTH || height > SWRAST_MAX_HEIGHT) { in Fake_glXCreatePbuffer()
2174 height = SWRAST_MAX_HEIGHT; in Fake_glXCreatePbuffer()