Searched refs:GLM_COLOR (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglmdraw.c28 * GLM_COLOR - render with colors (color material)
30 * GLM_COLOR and GLM_MATERIAL should not both be specified.
63 if (mode & GLM_COLOR && !model->materials) {
66 mode &= ~GLM_COLOR;
73 if (mode & GLM_COLOR && mode & GLM_MATERIAL) {
76 mode &= ~GLM_COLOR;
78 if (mode & GLM_COLOR)
100 if (mode & GLM_COLOR) {
357 * GLM_COLOR - render with colors (color material)
359 * GLM_COLOR an
[all...]
H A Dglm.h26 #define GLM_COLOR (1 << 3) /* render with colors */ macro
H A Dglm.c1485 * GLM_COLOR - render with colors (color material)
1487 * GLM_COLOR and GLM_MATERIAL should not both be specified.
1804 if (mode & GLM_COLOR) {

Completed in 5 milliseconds