Searched refs:DD_TRI_UNFILLED (Results 1 - 20 of 20) sorted by relevance

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

Completed in 382 milliseconds