Searched refs:polygons (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.h83 /*given a set of simple polygons where the interior
91 directedLine* partitionY(directedLine *polygons, sampledLine **retSampledLines);
95 directedLine** DBGfindDiagonals(directedLine *polygons, Int& num_diagonals);
H A DmonoChain.h46 monoChain* nextPolygon; //a list of polygons
101 directedLine* MC_partitionY(directedLine *polygons, sampledLine **retSampledLines);
H A DpartitionY.cc426 directedLine** DBGfindDiagonals(directedLine *polygons, Int& num_diagonals) argument
429 directedLine** array = polygons->toArrayAllPolygons(total_num_edges);
446 /*partition into Y-monotone polygons*/
447 directedLine* partitionY(directedLine *polygons, sampledLine **retSampledLines) argument
450 directedLine** array = polygons->toArrayAllPolygons(total_num_edges);
482 directedLine* ret_polygons = polygons;
678 /*if temp1 and temp2 are in different polygons,
717 /*given a set of simple polygons where the interior
H A DmonoChain.cc647 directedLine* MC_partitionY(directedLine *polygons, sampledLine **retSampledLines) argument
651 monoChain* loopList = directedLineLoopListToMonoChainLoopList(polygons);
659 return polygons;
690 directedLine* ret_polygons = polygons;
895 /*if temp1 and temp2 are in different polygons,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst98 Indicates whether the window order of front-facing polygons is
102 Indicates which faces of polygons to cull, either PIPE_FACE_NONE
103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons),
104 PIPE_FACE_BACK (cull back-facing polygons), or
105 PIPE_FACE_FRONT_AND_BACK (cull all polygons).
108 Indicates how to fill front-facing polygons, either
112 Indicates how to fill back-facing polygons, either
122 If set, point-filled polygons will have polygon offset factors applied
124 If set, line-filled polygons wil
[all...]
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst98 Indicates whether the window order of front-facing polygons is
102 Indicates which faces of polygons to cull, either PIPE_FACE_NONE
103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons),
104 PIPE_FACE_BACK (cull back-facing polygons), or
105 PIPE_FACE_FRONT_AND_BACK (cull all polygons).
108 Indicates how to fill front-facing polygons, either
112 Indicates how to fill back-facing polygons, either
122 If set, point-filled polygons will have polygon offset factors applied
124 If set, line-filled polygons wil
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dglossary.rst10 smooth the edges of polygons.
H A Dtgsi.rst3070 Back-facing colors are only used for back-facing polygons, and are only valid
3071 in vertex shader outputs. After rasterization, all polygons are front-facing
3169 drawn when the polygon mode converts triangles/quads/polygons into
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dglossary.rst10 smooth the edges of polygons.
H A Dtgsi.rst3134 Back-facing colors are only used for back-facing polygons, and are only valid
3135 in vertex shader outputs. After rasterization, all polygons are front-facing
3233 drawn when the polygon mode converts triangles/quads/polygons into
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperf.rst28 #. Textured polygons are fastest when: using a 3-component (RGB), 2-D
H A Dviewperf.rst232 and all that's rendered is plain white polygons. Ideally, the test would
260 that's rendered is plain white polygons.
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dprojtex.c396 GLint polygons[12][5] = local in function:drawDodecahedron
418 p0 = &vertexes[polygons[i][0]][0];
419 p1 = &vertexes[polygons[i][1]][0];
420 p2 = &vertexes[polygons[i][2]][0];
444 glVertex3fv(vertexes[polygons[i][3]]);
445 glVertex3fv(vertexes[polygons[i][4]]);
/xsrc/external/mit/ico/dist/
H A Dico.c109 static Polyinfo polygons[] = { variable in typeref:typename:Polyinfo[]
112 #define NumberPolygons sizeof(polygons)/sizeof(polygons[0])
1137 Polyinfo *poly = polygons+i;
1152 Polyinfo *poly = polygons+i;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.5.rst52 - panfrost: Only cull polygons
H A D7.10.3.rst120 tris/quads/polygons)
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvc4.rst56 VC4 doesn't support reducing triangles/quads/polygons to lines and
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json10831 "description": "panfrost: Only cull polygons",
[all...]

Completed in 134 milliseconds