Home
last modified time | relevance | path

Searched refs:PRIM_BEGIN (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp2.h141 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) { in TAG()
164 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
209 if (flags & PRIM_BEGIN) { in TAG()
580 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) { in TAG()
621 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
647 if (flags & PRIM_BEGIN) in TAG()
664 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
Dt_dd_dmatmp.h160 j = (flags & PRIM_BEGIN) ? 0 : 1; in TAG()
/external/mesa3d/src/mesa/tnl/
Dt_context.h175 #define PRIM_BEGIN 0x10 macro
183 if (prim->begin) flag |= PRIM_BEGIN; in _tnl_translate_prim()
Dt_vb_render.c247 tnl->Driver.Render.PrimTabElts[GL_POLYGON]( ctx, 0, n, PRIM_BEGIN|PRIM_END ); in _tnl_RenderClippedPolygon()
Dt_vb_rendertmp.h49 #define TEST_PRIM_BEGIN(prim) (flags & PRIM_BEGIN)