HomeSort by relevance Sort by last modified time
    Searched refs:PRIM_BEGIN (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_context.h 175 #define PRIM_BEGIN 0x10
183 if (prim->begin) flag |= PRIM_BEGIN;
t_vb_render.c 247 tnl->Driver.Render.PrimTabElts[GL_POLYGON]( ctx, 0, n, PRIM_BEGIN|PRIM_END );
t_vb_rendertmp.h 49 #define TEST_PRIM_BEGIN(prim) (flags & PRIM_BEGIN)
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 141 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
164 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
209 if (flags & PRIM_BEGIN) {
580 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
621 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
647 if (flags & PRIM_BEGIN)
664 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
t_dd_dmatmp.h 160 j = (flags & PRIM_BEGIN) ? 0 : 1;

Completed in 4831 milliseconds