Searched refs:_NEW_MATERIAL (Results 1 – 7 of 7) sorted by relevance
112 _NEW_MATERIAL, GL_LIGHTING_BIT, in playback_copy_to_current()
206 ctx->NewState |= _NEW_MATERIAL; in vbo_exec_copy_to_current()
2844 #define _NEW_MATERIAL (1u << 30) /**< gl_context::Light.Material */ macro2856 _NEW_MATERIAL | /* light materials */ \
778 ctx->NewState |= _NEW_MATERIAL; in _mesa_update_color_material()
909 ctx->NewState |= _NEW_MATERIAL | _NEW_FF_VERT_PROGRAM; in _mesa_PopAttrib()
815 return _NEW_MATERIAL; in _mesa_program_state_flags()822 return _NEW_LIGHT_CONSTANTS | _NEW_MATERIAL; in _mesa_program_state_flags()
3484 - mesa: add _NEW_MATERIAL to reduce the weight of _NEW_LIGHT_CONSTANTS3495 - mesa: be precise about when to set _NEW_CURRENT_ATTRIB and _NEW_MATERIAL