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

/external/mesa3d/src/mesa/tnl/
H A Dt_context.h175 #define PRIM_BEGIN 0x10 macro
183 if (prim->begin) flag |= PRIM_BEGIN;
H A Dt_vb_render.c247 tnl->Driver.Render.PrimTabElts[GL_POLYGON]( ctx, 0, n, PRIM_BEGIN|PRIM_END );
H A Dt_vb_rendertmp.h49 #define TEST_PRIM_BEGIN(prim) (flags & PRIM_BEGIN)
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp2.h141 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)
H A Dt_dd_dmatmp.h160 j = (flags & PRIM_BEGIN) ? 0 : 1;

Completed in 125 milliseconds