Home
last modified time | relevance | path

Searched refs:DD_TRI_UNFILLED (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpolygon.c179 ctx->_TriangleCaps &= ~DD_TRI_UNFILLED; in _mesa_PolygonMode()
181 ctx->_TriangleCaps |= DD_TRI_UNFILLED; in _mesa_PolygonMode()
Dstate.c425 ctx->_TriangleCaps |= DD_TRI_UNFILLED;
Ddebug.c108 (flags & DD_TRI_UNFILLED) ? "tri-unfilled, " : "", in _mesa_print_tri_caps()
Dmtypes.h3181 #define DD_TRI_UNFILLED (1 << 2) macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c295 || (ctx->_TriangleCaps & (DD_TRI_LIGHT_TWOSIDE|DD_TRI_UNFILLED))) { in radeonChooseVertexState()
702 if (flags & DD_TRI_UNFILLED) index |= RADEON_UNFILLED_BIT; in radeonChooseRenderState()
745 if (prim < GL_TRIANGLES || !(ctx->_TriangleCaps & DD_TRI_UNFILLED)) in radeonRenderPrimitive()
Dradeon_state.c536 GLboolean flag = (ctx->_TriangleCaps & DD_TRI_UNFILLED) != 0; in radeonPolygonMode()
/external/mesa3d/src/mesa/tnl/
Dt_vertex.c161 (ctx->_TriangleCaps & (DD_TRI_LIGHT_TWOSIDE|DD_TRI_UNFILLED))) { in choose_interp_func()
176 (ctx->_TriangleCaps & (DD_TRI_LIGHT_TWOSIDE|DD_TRI_UNFILLED))) { in choose_copy_pv_func()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c257 || (ctx->_TriangleCaps & (DD_TRI_LIGHT_TWOSIDE|DD_TRI_UNFILLED))) { in r200ChooseVertexState()
579 if (flags & DD_TRI_UNFILLED) index |= R200_UNFILLED_BIT; in r200ChooseRenderState()
638 if (prim < GL_TRIANGLES || !(ctx->_TriangleCaps & DD_TRI_UNFILLED)) in r200RenderPrimitive()
Dr200_state.c734 GLboolean flag = (ctx->_TriangleCaps & DD_TRI_UNFILLED) != 0; in r200PolygonMode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c949 #define ANY_RASTER_FLAGS (DD_TRI_LIGHT_TWOSIDE | DD_TRI_OFFSET | DD_TRI_UNFILLED)
971 if (flags & DD_TRI_UNFILLED) in intelChooseRenderState()
1161 (ctx->_TriangleCaps & DD_TRI_UNFILLED)) in intelRenderPrimitive()