Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dhint.c58 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
66 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
74 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
82 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
90 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
100 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
110 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
120 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT); in _mesa_Hint()
Ddebug.c88 (state & _NEW_HINT) ? "ctx->Hint, " : "", in _mesa_print_state()
Dmtypes.h2821 #define _NEW_HINT (1u << 7) /**< gl_context::Hint */ macro