Home
last modified time | relevance | path

Searched defs:triangle (Results 1 – 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) in TAG() argument
225 TAG(triangle)( ctx, v0, v1, v3 ); in TAG() local
228 TAG(triangle)( ctx, v1, v2, v3 ); in TAG() local
232 TAG(triangle)( ctx, v0, v1, v3 ); in TAG() local
233 TAG(triangle)( ctx, v1, v2, v3 ); in TAG() local
/third_party/boost/libs/geometry/example/
Dc04_a_custom_triangle_example.cpp25 struct triangle : public boost::array<boost::geometry::model::d2::point_xy<double>, 4> struct
34 // Register triangle as a ring argument
Dc04_b_custom_triangle_example.cpp29 struct triangle : public boost::array<P, 3> struct
/third_party/weston/clients/
Dsubsurfaces.c139 struct triangle { struct
148 struct triangle_gl_state gl; argument
150 struct widget *widget;
151 uint32_t time;
152 struct wl_callback *frame_cb;
541 struct triangle *triangle; member
/third_party/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) in TAG() argument
587 TAG(triangle)( ctx, e0, e1, e3 ); in TAG() local
590 TAG(triangle)( ctx, e1, e2, e3 ); in TAG() local
593 TAG(triangle)( ctx, e0, e1, e3 ); in TAG() local
594 TAG(triangle)( ctx, e1, e2, e3 ); in TAG() local
Dt_dd_triemit.h83 static __inline void TAG(triangle)( CTX_ARG, in TAG() argument
/third_party/boost/libs/geometry/test/strategies/
Dfranklin.cpp25 std::string const triangle = "POLYGON((0 0,0 4,6 0,0 0))"; in test_all() local
Dcrossings_multiply.cpp25 std::string const triangle = "POLYGON((0 0,0 4,6 0,0 0))"; in test_all() local
Dwinding.cpp24 std::string const triangle = "POLYGON((0 0,0 4,6 0,0 0))"; in test_cartesian() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
DTriangleOscillator.cpp35 float triangle = 2.0f * ((phase < 0.0f) ? (0.5f + phase): (0.5f - phase)); in onProcess() local
/third_party/boost/libs/geometry/test/algorithms/
Dis_convex.cpp44 std::string const triangle = "polygon((1 1, 1 4, 5 1, 1 1))"; in test_all() local
/third_party/skia/docs/examples/
DSKIA_LOGO_svg.cpp11 SkPath s, k, a, triangle; in draw() local
DSKIA_LOGO.cpp11 SkPath s, k, a, triangle; in draw() local
DSKIA_LOGO_ANIMATE.cpp10 SkPath s, k, a, triangle; in draw() local
/third_party/boost/libs/algorithm/test/
Dexclusive_scan_test.cpp26 int triangle(int n) { return n*(n+1)/2; } in triangle() function
Dinclusive_scan_test.cpp26 int triangle(int n) { return n*(n+1)/2; } in triangle() function
Dtransform_exclusive_scan_test.cpp25 int triangle(int n) { return n*(n+1)/2; } in triangle() function
Dtransform_inclusive_scan_test.cpp25 int triangle(int n) { return n*(n+1)/2; } in triangle() function
/third_party/skia/gm/
Dsharedcorners.cpp117 for (const std::array<int, 3>& triangle : triangles) { in drawTriangleBoxes() local
/third_party/flutter/skia/gm/
Dsharedcorners.cpp117 for (const std::array<int, 3>& triangle : triangles) { in drawTriangleBoxes() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBarycentricCoordinatesTests.cpp154 tcu::Vec3 calcCoordinates (const std::vector<tcu::Vec3>& triangle, float b, float c) in calcCoordinates()
203 const std::vector<tcu::Vec3> triangle = in iterate() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.h217 } triangle; member
242 lp_rast_arg_triangle( const struct lp_rast_triangle *triangle, in lp_rast_arg_triangle()
258 lp_rast_arg_triangle_contained( const struct lp_rast_triangle *triangle, in lp_rast_arg_triangle_contained()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp1120 Triangle *triangle = triangleBatch[unit]; in processPrimitiveVertices() local
1567 Triangle *triangle = triangleBatch[unit]; in setupSolidTriangles() local
1612 Triangle *triangle = triangleBatch[unit]; in setupWireframeTriangle() local
1669 Triangle *triangle = triangleBatch[unit]; in setupVertexTriangle() local
1713 Triangle *triangle = triangleBatch[unit]; in setupLines() local
1738 Triangle *triangle = triangleBatch[unit]; in setupPoints() local
1761 bool Renderer::setupLine(Primitive &primitive, Triangle &triangle, const DrawCall &draw) in setupLine()
2055 bool Renderer::setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw) in setupPoint()
/third_party/boost/boost/geometry/strategies/agnostic/
Dpoint_in_poly_oriented_winding.hpp100 inline void add_to_area(calculation_type triangle) in add_to_area()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBarycentricCoordinatesTests.cpp193 tcu::Vec3 calcCoordinates (const std::vector<tcu::Vec3>& triangle, float b, float c) in calcCoordinates()
244 const std::vector<tcu::Vec3> triangle = in iterate() local

123