Home
last modified time | relevance | path

Searched refs:polygon (Results 1 – 25 of 80) sorted by relevance

1234

/external/swiftshader/src/Renderer/
DClipper.cpp43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip() argument
47 if(clipFlagsOr & CLIP_NEAR) clipNear(polygon); in clip()
48 if(polygon.n >= 3) { in clip()
49 if(clipFlagsOr & CLIP_FAR) clipFar(polygon); in clip()
50 if(polygon.n >= 3) { in clip()
51 if(clipFlagsOr & CLIP_LEFT) clipLeft(polygon); in clip()
52 if(polygon.n >= 3) { in clip()
53 if(clipFlagsOr & CLIP_RIGHT) clipRight(polygon); in clip()
54 if(polygon.n >= 3) { in clip()
55 if(clipFlagsOr & CLIP_TOP) clipTop(polygon); in clip()
[all …]
DClipper.hpp60 bool clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
63 void clipNear(Polygon &polygon);
64 void clipFar(Polygon &polygon);
65 void clipLeft(Polygon &polygon);
66 void clipRight(Polygon &polygon);
67 void clipTop(Polygon &polygon);
68 void clipBottom(Polygon &polygon);
69 void clipPlane(Polygon &polygon, const Plane &plane);
DRenderer.cpp1540 Polygon polygon(&v0.v[pos], &v1.v[pos], &v2.v[pos]); in setupSolidTriangles() local
1546 if(!clipper->clip(polygon, clipFlagsOr, draw)) in setupSolidTriangles()
1552 if(setupRoutine(primitive, triangle, &polygon, data)) in setupSolidTriangles()
1785 Polygon polygon(P, 4); in setupLine() local
1791 if(!clipper->clip(polygon, clipFlagsOr, draw)) in setupLine()
1797 return setupRoutine(&primitive, &triangle, &polygon, &data); in setupLine()
1891 Polygon polygon(L, 6); in setupLine() local
1897 if(!clipper->clip(polygon, clipFlagsOr, draw)) in setupLine()
1903 return setupRoutine(&primitive, &triangle, &polygon, &data); in setupLine()
1968 Polygon polygon(P, 4); in setupPoint() local
[all …]
DSetupProcessor.hpp86 …ePointer)(Primitive *primitive, const Triangle *triangle, const Polygon *polygon, const DrawData *…
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DQuickDraw_Graphics_Suite.py160 class polygon(aetools.ComponentItem): class
168 polygons = polygon
286 polygon._superclassnames = []
287 polygon._privpropdict = {
290 polygon._privelemdict = {
365 'cpgn' : polygon,
D__init__.py81 getbaseclasses(polygon)
276 'cpgn' : polygon,
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst7 Attributes include polygon culling state, line width, line stipple,
49 If set, the provoking vertex of each polygon is used to determine the color
50 of the entire polygon. If not set, fragment colors will be interpolated
117 Whether polygon stippling is enabled.
119 Controls OpenGL-style polygon smoothing/antialiasing
122 If set, point-filled polygons will have polygon offset factors applied
124 If set, line-filled polygons will have polygon offset factors applied
126 If set, filled polygons will have polygon offset factors applied
129 Specifies the polygon offset bias
131 Specifies the unit of the polygon offset bias. If false, use the
[all …]
/external/clang/test/Sema/
Dflexible-array-init.c43 struct polygon { struct
47 struct polygon poly = { argument
/external/mesa3d/src/mesa/main/
Dattrib.c1267 const struct gl_polygon_attrib *polygon; in _mesa_PopAttrib() local
1268 polygon = (const struct gl_polygon_attrib *) attr->data; in _mesa_PopAttrib()
1269 _mesa_CullFace(polygon->CullFaceMode); in _mesa_PopAttrib()
1270 _mesa_FrontFace(polygon->FrontFace); in _mesa_PopAttrib()
1271 _mesa_PolygonMode(GL_FRONT, polygon->FrontMode); in _mesa_PopAttrib()
1272 _mesa_PolygonMode(GL_BACK, polygon->BackMode); in _mesa_PopAttrib()
1274 polygon->OffsetFactor, in _mesa_PopAttrib()
1275 polygon->OffsetUnits, in _mesa_PopAttrib()
1276 polygon->OffsetClamp); in _mesa_PopAttrib()
1277 _mesa_set_enable(ctx, GL_POLYGON_SMOOTH, polygon->SmoothFlag); in _mesa_PopAttrib()
[all …]
/external/deqp/external/openglcts/docs/specs/
DCTS_EXT_texture_filter_anisotropic.txt40 * Verify if there is difference between polygon rendered with different
65 Set min filtering to GL_LINEAR_MIPMAP_LINEAR and render polygon with
DCTS_ARB_texture_filter_minmax.txt66 Render polygon smaller or bigger than texture to a frame buffer.
81 Render polygon smaller than texture size to the frame buffer.
DCTS_EXT_polygon_offset_clamp.txt34 Test is validating new polygon offset function that extends
/external/mesa3d/src/gallium/auxiliary/indices/
Du_unfilled_gen.py177 def polygon(intype, outtype): function
225 polygon(intype, outtype)
Du_indices_gen.py271 def polygon(intype, outtype, inpv, outpv, pr): function
438 polygon(intype, outtype, inpv, outpv, pr)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
Dstopstate.st1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
/external/python/cpython2/Doc/library/
Dturtle.rst450 As the circle is approximated by an inscribed regular polygon, *steps*
770 "auto" and turtleshape is a polygon, that polygon is drawn with the same line
867 If turtleshape is a polygon, the outline of that polygon is drawn with the
915 If turtleshape is a polygon, the interior of that polygon is drawn
954 If turtleshape is a polygon, outline and interior of that polygon is drawn
1108 shape dictionary. Initially there are the following polygon shapes: "arrow",
1309 Start recording the vertices of a polygon. Current turtle position is first
1310 vertex of polygon.
1315 Stop recording the vertices of a polygon. Current turtle position is last
1316 vertex of polygon. This will be connected with the first vertex.
[all …]
/external/python/cpython3/Doc/library/
Dturtle.rst470 As the circle is approximated by an inscribed regular polygon, *steps*
790 "auto" and turtleshape is a polygon, that polygon is drawn with the same line
883 If turtleshape is a polygon, the outline of that polygon is drawn with the
931 If turtleshape is a polygon, the interior of that polygon is drawn
970 If turtleshape is a polygon, outline and interior of that polygon is drawn
1119 shape dictionary. Initially there are the following polygon shapes: "arrow",
1295 Return the current shape polygon as tuple of coordinate pairs. This
1381 Start recording the vertices of a polygon. Current turtle position is first
1382 vertex of polygon.
1387 Stop recording the vertices of a polygon. Current turtle position is last
[all …]
/external/mesa3d/docs/
DARB_color_buffer_float.txt2 … fixed-point, some floating-point, with FIXED_ONLY fragment clamping and polygon smooth enabled ma…
DVERSIONS77 - Bogdan Sikorski's GLU polygon tesselation code
153 - More speed improvements (lighting, fogging, polygon drawing)
186 - a polygon optimization introduced an occasional sampling problem
190 - faster line and polygon rendering under certain conditions. See
228 - polygon edge flags weren't always used correctly
243 - a few small speed optimizations in polygon rendering
268 - X support for line and polygon stippling
276 - triangle rasterizer replaces polygon rasterizer
291 - fixed polygon offset bugs
349 - fixed a GLU polygon tesselator bug
[all …]
/external/mesa3d/docs/relnotes/
D6.222 ToDo: PBO for polygon stipple, convolution filter, etc.
/external/swiftshader/src/Shader/
DSetupRoutine.cpp44 Pointer<Byte> polygon(function.Arg<2>()); in generate() local
141 Int n = *Pointer<Int>(polygon + OFFSET(Polygon,n)); in generate()
142 Int m = *Pointer<Int>(polygon + OFFSET(Polygon,i)); in generate()
146 Pointer<Byte> V = polygon + OFFSET(Polygon,P) + m * sizeof(void*) * 16; in generate()
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/skqp/
DDoNotScoreInCompatibilityTestMode.txt39 convex-polygon-inset
/external/deqp/android/cts/master/
Dgles3-multisample.txt3769 dEQP-GLES3.functional.clipping.polygon.poly_clip_viewport_center
3770 dEQP-GLES3.functional.clipping.polygon.poly_clip_viewport_corner
3771 dEQP-GLES3.functional.clipping.polygon.poly_z_clip
3772 dEQP-GLES3.functional.clipping.polygon.poly_z_clip_viewport_center
3773 dEQP-GLES3.functional.clipping.polygon.poly_z_clip_viewport_corner
3774 dEQP-GLES3.functional.clipping.polygon.large_poly_clip_viewport_center
3775 dEQP-GLES3.functional.clipping.polygon.large_poly_clip_viewport_corner
3776 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip
3777 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip_viewport_center
3778 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip_viewport_corner
[all …]
/external/deqp/android/cts/mnc/
Dgles3-multisample.txt3767 dEQP-GLES3.functional.clipping.polygon.poly_clip_viewport_center
3768 dEQP-GLES3.functional.clipping.polygon.poly_clip_viewport_corner
3769 dEQP-GLES3.functional.clipping.polygon.poly_z_clip
3770 dEQP-GLES3.functional.clipping.polygon.poly_z_clip_viewport_center
3771 dEQP-GLES3.functional.clipping.polygon.poly_z_clip_viewport_corner
3772 dEQP-GLES3.functional.clipping.polygon.large_poly_clip_viewport_center
3773 dEQP-GLES3.functional.clipping.polygon.large_poly_clip_viewport_corner
3774 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip
3775 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip_viewport_center
3776 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip_viewport_corner
[all …]
/external/deqp/android/cts/nyc/src/
Dgles3-multisample.txt3769 dEQP-GLES3.functional.clipping.polygon.poly_clip_viewport_center
3770 dEQP-GLES3.functional.clipping.polygon.poly_clip_viewport_corner
3771 dEQP-GLES3.functional.clipping.polygon.poly_z_clip
3772 dEQP-GLES3.functional.clipping.polygon.poly_z_clip_viewport_center
3773 dEQP-GLES3.functional.clipping.polygon.poly_z_clip_viewport_corner
3774 dEQP-GLES3.functional.clipping.polygon.large_poly_clip_viewport_center
3775 dEQP-GLES3.functional.clipping.polygon.large_poly_clip_viewport_corner
3776 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip
3777 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip_viewport_center
3778 dEQP-GLES3.functional.clipping.polygon.large_poly_z_clip_viewport_corner
[all …]

1234