Searched defs:polygon (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py38 'polygon')
168 def polygon(intype, outtype): function
169 preamble(intype, outtype, prim='polygon')
200 polygon(intype, outtype)
H A Du_indices_gen.py43 'polygon')
226 def polygon(intype, outtype, inpv, outpv): function
227 preamble(intype, outtype, inpv, outpv, prim='polygon')
267 polygon(intype, outtype, inpv, outpv)
/external/swiftshader/src/Renderer/
H A DClipper.cpp43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) argument
47 if(clipFlagsOr & CLIP_NEAR) clipNear(polygon);
48 if(polygon.n >= 3) {
49 if(clipFlagsOr & CLIP_FAR) clipFar(polygon);
50 if(polygon.n >= 3) {
51 if(clipFlagsOr & CLIP_LEFT) clipLeft(polygon);
52 if(polygon.n >= 3) {
53 if(clipFlagsOr & CLIP_RIGHT) clipRight(polygon);
54 if(polygon.n >= 3) {
55 if(clipFlagsOr & CLIP_TOP) clipTop(polygon);
83 clipNear(Polygon &polygon) argument
121 clipFar(Polygon &polygon) argument
159 clipLeft(Polygon &polygon) argument
197 clipRight(Polygon &polygon) argument
235 clipTop(Polygon &polygon) argument
273 clipBottom(Polygon &polygon) argument
311 clipPlane(Polygon &polygon, const Plane &p) argument
[all...]
/external/clang/test/Sema/
H A Dflexible-array-init.c43 struct polygon { struct
47 struct polygon poly = {
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpolygon.c27 #include "polygon.h"
52 struct polygon struct
70 static void polygon_print(struct polygon *poly)
84 struct polygon * polygon_create(int size)
86 struct polygon *poly = (struct polygon*)malloc(sizeof(struct polygon));
97 struct polygon * polygon_create_from_data(float *data, int size)
99 struct polygon *poly = polygon_create(size);
109 void polygon_destroy(struct polygon *pol
[all...]
/external/mesa3d/src/mesa/main/
H A Dattrib.c49 #include "polygon.h"
1175 const struct gl_polygon_attrib *polygon; local
1176 polygon = (const struct gl_polygon_attrib *) attr->data;
1177 _mesa_CullFace(polygon->CullFaceMode);
1178 _mesa_FrontFace(polygon->FrontFace);
1179 _mesa_PolygonMode(GL_FRONT, polygon->FrontMode);
1180 _mesa_PolygonMode(GL_BACK, polygon->BackMode);
1181 _mesa_PolygonOffset(polygon->OffsetFactor,
1182 polygon->OffsetUnits);
1183 _mesa_set_enable(ctx, GL_POLYGON_SMOOTH, polygon
[all...]
/external/ImageMagick/coders/
H A Dwmf.c925 DrawSetClipRule(WmfDrawingWand,EvenOddRule); /* Default for WMF is ALTERNATE polygon fill mode */
1214 polygon,
1227 for (polygon = 0; polygon < polypolygon->npoly; polygon++)
1230 polyline.pt = polypolygon->pt[polygon];
1231 polyline.count = polypolygon->count[polygon];
1730 /* Set polygon fill rule */
1212 polygon, local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 195 milliseconds