Searched refs:polygon (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_polygon.c15 CRPolygonState *p = &ctx->polygon;
17 CRPolygonBits *pb = &(sb->polygon);
48 CRPolygonState *p = &(g->polygon);
50 CRPolygonBits *pb = &(sb->polygon);
76 CRPolygonState *p = &(g->polygon);
78 CRPolygonBits *pb = &(sb->polygon);
104 CRPolygonState *p = &(g->polygon);
106 CRPolygonBits *pb = &(sb->polygon);
145 CRPolygonState *p = &(g->polygon);
147 CRPolygonBits *pb = &(sb->polygon);
[all...]
H A Dstate_enable.c79 g->polygon.cullFace = val;
80 DIRTY(sb->polygon.enable, neg_bitid);
81 DIRTY(sb->polygon.dirty, neg_bitid);
134 g->polygon.polygonOffsetFill = val;
135 DIRTY(sb->polygon.enable, neg_bitid);
136 DIRTY(sb->polygon.dirty, neg_bitid);
139 g->polygon.polygonOffsetLine = val;
140 DIRTY(sb->polygon.enable, neg_bitid);
141 DIRTY(sb->polygon.dirty, neg_bitid);
144 g->polygon
[all...]
H A Dstate_lists.c1160 if (CHECKDIRTY(sb->polygon.dirty, negbitID))
1162 if (CHECKDIRTY(sb->polygon.enable, negbitID))
1164 CRSTATE_SET_ENABLED(polygon.polygonSmooth, GL_POLYGON_SMOOTH);
1165 CRSTATE_SET_ENABLED(polygon.polygonOffsetFill, GL_POLYGON_OFFSET_FILL);
1166 CRSTATE_SET_ENABLED(polygon.polygonOffsetLine, GL_POLYGON_OFFSET_LINE);
1167 CRSTATE_SET_ENABLED(polygon.polygonOffsetPoint, GL_POLYGON_OFFSET_POINT);
1168 CRSTATE_SET_ENABLED(polygon.polygonStipple, GL_POLYGON_STIPPLE);
1169 CRSTATE_SET_ENABLED(polygon.cullFace, GL_CULL_FACE);
1172 if (CHECKDIRTY(sb->polygon.offset, negbitID))
1174 CRSTATE_SET_FLOAT(polygon
[all...]
H A Dstate_attrib.c207 a->enableStack[a->enableStackDepth].cullFace = g->polygon.cullFace;
232 a->enableStack[a->enableStackDepth].polygonOffsetLine = g->polygon.polygonOffsetLine;
233 a->enableStack[a->enableStackDepth].polygonOffsetFill = g->polygon.polygonOffsetFill;
234 a->enableStack[a->enableStackDepth].polygonOffsetPoint = g->polygon.polygonOffsetPoint;
235 a->enableStack[a->enableStackDepth].polygonSmooth = g->polygon.polygonSmooth;
236 a->enableStack[a->enableStackDepth].polygonStipple = g->polygon.polygonStipple;
411 a->polygonStack[a->polygonStackDepth].cullFace = g->polygon.cullFace;
412 a->polygonStack[a->polygonStackDepth].cullFaceMode = g->polygon.cullFaceMode;
413 a->polygonStack[a->polygonStackDepth].frontFace = g->polygon.frontFace;
414 a->polygonStack[a->polygonStackDepth].frontMode = g->polygon
[all...]
H A Dstate_bits_globalop.h237 _CRSTATE_BITS_OP_SIZEOF(polygon.dirty);
238 _CRSTATE_BITS_OP_SIZEOF(polygon.enable);
239 _CRSTATE_BITS_OP_SIZEOF(polygon.offset);
240 _CRSTATE_BITS_OP_SIZEOF(polygon.mode);
241 _CRSTATE_BITS_OP_SIZEOF(polygon.stipple);
H A Dstate_diff.c79 if (CHECKDIRTY(sb->polygon.dirty, bitID))
81 crStatePolygonDiff( &(sb->polygon), bitID, from, to );
512 if (CHECKDIRTY(sb->polygon.dirty, bitID))
514 crStatePolygonSwitch( &(sb->polygon), bitID, from, to );
H A Dstate_snapshot.c1942 SHCROGL_GET_STRUCT_PART(pTmpContext, CRContext, polygon, stencil);
1960 SHCROGL_GET_STRUCT_PART(pTmpContext, CRContext, polygon, stencil);
1979 SHCROGL_GET_STRUCT_PART(pTmpContext, CRContext, polygon, stencil);
1989 SHCROGL_GET_STRUCT_TAIL(pTmpContext, CRContext, polygon);
H A Dstate_feedback.c288 * Apply clipping to a polygon.
602 CRPolygonState *p = &(g->polygon);
747 /* XXX need to observe polygon mode for the above TRI/QUAD prims */
819 (g->current.mode == GL_POLYGON && g->polygon.frontMode == GL_LINE))
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_perf.h49 PerfVertex polygon; member in struct:__anon16109
H A Dcr_glstate.h98 CRPolygonBits polygon; member in struct:__anon16099
181 CRPolygonState polygon; member in struct:CRContext
/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.h291 POLYGON_ORDER polygon; member in struct:_RDP_ORDER_STATE
H A Dorders.c81 /* Parse a delta co-ordinate in polyline/polygon order form */
525 /* Process a polygon order */
599 error("polygon parse error\n");
1417 process_polygon(s, &os->polygon, present, delta);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clear.c282 cull = ctx->polygon.cullFace;

Completed in 983 milliseconds