Searched refs:yup (Results 1 - 1 of 1) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c81 GLboolean yup; /*< TRUE -> Y increases upward */ member in struct:osmesa_context
408 if (osmesa->yup) {
592 if (!osmesa->yup) {
875 osmesa->yup = GL_TRUE;
1099 osmesa->yup = value ? GL_TRUE : GL_FALSE;
1139 *value = osmesa->yup;

Completed in 8 milliseconds