Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Dswrast.h63 #define SWRAST_MAX_HEIGHT 16384 macro
/third_party/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c2131 if (width > SWRAST_MAX_WIDTH || height > SWRAST_MAX_HEIGHT) { in Fake_glXCreatePbuffer()
2137 height = SWRAST_MAX_HEIGHT; in Fake_glXCreatePbuffer()