Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c115 GLboolean intColors = !ctx->FragmentProgram._Current in setup_vertex_format() local
120 if (intColors != swsetup->intColors || in setup_vertex_format()
126 swsetup->intColors = intColors; in setup_vertex_format()
131 if (swsetup->intColors) in setup_vertex_format()
Dss_tritmp.h71 if (swsetup->intColors) { in TAG()
83 if (swsetup->intColors) { in TAG()
96 if (swsetup->intColors) { in TAG()
191 if (swsetup->intColors) { in TAG()
Dss_context.h40 GLboolean intColors; member