Searched refs:is_gl_Color (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c277 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1; local
294 (shade_model_flat && is_gl_Color &&
H A Dgen7_sf_state.c76 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1; local
92 (shade_model_flat && is_gl_Color &&
H A Dbrw_wm.c148 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1; local
174 (!(shade_model_flat && is_gl_Color) &&
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c277 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1; local
294 (shade_model_flat && is_gl_Color &&
H A Dgen7_sf_state.c76 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1; local
92 (shade_model_flat && is_gl_Color &&
H A Dbrw_wm.c148 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1; local
174 (!(shade_model_flat && is_gl_Color) &&
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp1530 bool is_gl_Color = local
1532 if (flat_shade && is_gl_Color)
/external/mesa3d/src/glsl/
H A Dir.cpp1530 bool is_gl_Color = local
1532 if (flat_shade && is_gl_Color)

Completed in 154 milliseconds