HomeSort by: relevance | last modified time | path
    Searched refs:_NEW_HINT (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
hint.c 57 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
65 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
73 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
81 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
89 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
99 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
109 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
119 FLUSH_VERTICES(ctx, _NEW_HINT, GL_HINT_BIT);
debug.c 85 (state & _NEW_HINT) ? "ctx->Hint, " : "",
mtypes.h 4626 #define _NEW_HINT (1u << 7) /**< gl_context::Hint */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
hint.c 57 FLUSH_VERTICES(ctx, _NEW_HINT);
65 FLUSH_VERTICES(ctx, _NEW_HINT);
73 FLUSH_VERTICES(ctx, _NEW_HINT);
81 FLUSH_VERTICES(ctx, _NEW_HINT);
89 FLUSH_VERTICES(ctx, _NEW_HINT);
99 FLUSH_VERTICES(ctx, _NEW_HINT);
109 FLUSH_VERTICES(ctx, _NEW_HINT);
119 FLUSH_VERTICES(ctx, _NEW_HINT);
debug.c 86 (state & _NEW_HINT) ? "ctx->Hint, " : "",
mtypes.h 4434 #define _NEW_HINT (1u << 7) /**< gl_context::Hint */
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_sf.c 80 _NEW_HINT |
brw_state_upload.c 407 DEFINE_BIT(_NEW_HINT),
brw_wm.c 382 _NEW_HINT |
470 /* _NEW_HINT */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_sf.c 80 _NEW_HINT |
brw_state_upload.c 339 DEFINE_BIT(_NEW_HINT),
brw_wm.c 340 _NEW_HINT |
428 /* _NEW_HINT */
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_context.c 295 _NEW_HINT | \
556 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
681 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
691 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_context.c 140 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_context.c 295 _NEW_HINT | \
556 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
681 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
691 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_context.c 138 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) {

Completed in 19 milliseconds