Searched refs:DD_POINT_ATTEN (Results 1 – 5 of 5) sorted by relevance
132 ctx->_TriangleCaps |= DD_POINT_ATTEN; in _mesa_PointParameterfv()134 ctx->_TriangleCaps &= ~DD_POINT_ATTEN; in _mesa_PointParameterfv()
402 ctx->_TriangleCaps |= DD_POINT_ATTEN;
115 (flags & DD_POINT_ATTEN) ? "point-atten, " : "" in _mesa_print_tri_caps()
3188 #define DD_POINT_ATTEN (1 << 9) macro
948 #define ANY_FALLBACK_FLAGS (DD_LINE_STIPPLE | DD_TRI_STIPPLE | DD_POINT_ATTEN)999 if (flags & DD_POINT_ATTEN) { in intelChooseRenderState()