Home
last modified time | relevance | path

Searched defs:Polygon (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DPolygon.hpp22 struct Polygon struct
24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) in Polygon() argument
35 Polygon(const float4 *P, int n) in Polygon() function
47 float4 B[16]; // Buffer for clipped vertices
48 const float4 *P[16][16]; // Pointers to clipped polygon's vertices
50 int n; // Number of vertices
51 int i; // Level of P to use
52 int b; // Next available new vertex
/external/swiftshader/src/Renderer/
DPolygon.hpp22 struct Polygon struct
24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) in Polygon() function
35 Polygon(const float4 *P, int n) in Polygon() function
47 float4 B[16]; // Buffer for clipped vertices
48 const float4 *P[16][16]; // Pointers to clipped polygon's vertices
50 int n; // Number of vertices
51 int i; // Level of P to use
52 int b; // Next available new vertex
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_messages.py570 class Polygon(_messages.Message): class
/external/python/cpython2/Lib/lib-tk/
DCanvas.py109 class Polygon(CanvasItem): class
/external/python/apitools/samples/fusiontables_sample/
Dfusiontables_v1.json332 "Polygon": { object
/external/mesa3d/src/mesa/main/
Dmtypes.h4811 struct gl_polygon_attrib Polygon; /**< Polygon attributes */ member