Searched refs:SWRAST_MAX_HEIGHT (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Dswrast.h63 #define SWRAST_MAX_HEIGHT 16384 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Dswrast.h63 #define SWRAST_MAX_HEIGHT 16384 macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c80 GLvoid *rowaddr[SWRAST_MAX_HEIGHT]; /*< address of first pixel in each image row */
1003 width > SWRAST_MAX_WIDTH || height > SWRAST_MAX_HEIGHT) {
1145 *value = SWRAST_MAX_HEIGHT;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dfakeglx.c2165 if (width > SWRAST_MAX_WIDTH || height > SWRAST_MAX_HEIGHT) {
2171 height = SWRAST_MAX_HEIGHT;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dfakeglx.c2131 if (width > SWRAST_MAX_WIDTH || height > SWRAST_MAX_HEIGHT) {
2137 height = SWRAST_MAX_HEIGHT;

Completed in 10 milliseconds