Home | History | Annotate | Download | only in i965

Lines Matching refs:Polygon

148    if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
151 if (ctx->Polygon.OffsetFill)
154 if (ctx->Polygon.OffsetLine)
157 if (ctx->Polygon.OffsetPoint)
160 switch (ctx->Polygon.FrontMode) {
178 switch (ctx->Polygon.BackMode) {
201 if (ctx->Polygon.CullFlag) {
202 switch (ctx->Polygon.CullFaceMode) {
339 OUT_BATCH_F(ctx->Polygon.OffsetUnits * 2); /* constant. copied from gen4 */
340 OUT_BATCH_F(ctx->Polygon.OffsetFactor); /* scale */