Searched refs:OffsetPoint (Results 1 – 5 of 5) sorted by relevance
331 if (ctx->Polygon.OffsetPoint!=state) { in gl_enable()332 ctx->Polygon.OffsetPoint = state; in gl_enable()566 return ctx->Polygon.OffsetPoint; in gl_IsEnabled()
191 attr->PolygonOffsetPoint = ctx->Polygon.OffsetPoint; in gl_PushAttrib()442 ctx->Polygon.OffsetPoint = enable->PolygonOffsetPoint; in gl_PopAttrib()445 ctx->Polygon.OffsetAny = ctx->Polygon.OffsetPoint || in gl_PopAttrib()
765 ctx->Polygon.OffsetPoint = GL_FALSE; in initialize_context()1835 ctx->Polygon.OffsetAny = ctx->Polygon.OffsetPoint || in gl_update_state()
862 GLboolean OffsetPoint; /* Offset in GL_POINT mode? */ member
254 ctx->PointZoffset = ctx->Polygon.OffsetPoint ? offset : 0.0F; in offset_polygon()