/third_party/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 33 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/ |
D | c04_a_custom_triangle_example.cpp | 25 struct triangle : public boost::array<boost::geometry::model::d2::point_xy<double>, 4> struct 34 // Register triangle as a ring argument
|
D | c04_b_custom_triangle_example.cpp | 29 struct triangle : public boost::array<P, 3> struct
|
/third_party/weston/clients/ |
D | subsurfaces.c | 139 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/ |
D | t_dd_tritmp.h | 114 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
|
D | t_dd_triemit.h | 83 static __inline void TAG(triangle)( CTX_ARG, in TAG() argument
|
/third_party/boost/libs/geometry/test/strategies/ |
D | franklin.cpp | 25 std::string const triangle = "POLYGON((0 0,0 4,6 0,0 0))"; in test_all() local
|
D | crossings_multiply.cpp | 25 std::string const triangle = "POLYGON((0 0,0 4,6 0,0 0))"; in test_all() local
|
D | winding.cpp | 24 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/ |
D | TriangleOscillator.cpp | 35 float triangle = 2.0f * ((phase < 0.0f) ? (0.5f + phase): (0.5f - phase)); in onProcess() local
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_convex.cpp | 44 std::string const triangle = "polygon((1 1, 1 4, 5 1, 1 1))"; in test_all() local
|
/third_party/skia/docs/examples/ |
D | SKIA_LOGO_svg.cpp | 11 SkPath s, k, a, triangle; in draw() local
|
D | SKIA_LOGO.cpp | 11 SkPath s, k, a, triangle; in draw() local
|
D | SKIA_LOGO_ANIMATE.cpp | 10 SkPath s, k, a, triangle; in draw() local
|
/third_party/boost/libs/algorithm/test/ |
D | exclusive_scan_test.cpp | 26 int triangle(int n) { return n*(n+1)/2; } in triangle() function
|
D | inclusive_scan_test.cpp | 26 int triangle(int n) { return n*(n+1)/2; } in triangle() function
|
D | transform_exclusive_scan_test.cpp | 25 int triangle(int n) { return n*(n+1)/2; } in triangle() function
|
D | transform_inclusive_scan_test.cpp | 25 int triangle(int n) { return n*(n+1)/2; } in triangle() function
|
/third_party/skia/gm/ |
D | sharedcorners.cpp | 117 for (const std::array<int, 3>& triangle : triangles) { in drawTriangleBoxes() local
|
/third_party/flutter/skia/gm/ |
D | sharedcorners.cpp | 117 for (const std::array<int, 3>& triangle : triangles) { in drawTriangleBoxes() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBarycentricCoordinatesTests.cpp | 154 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/ |
D | lp_rast.h | 217 } 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/ |
D | Renderer.cpp | 1120 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/ |
D | point_in_poly_oriented_winding.hpp | 100 inline void add_to_area(calculation_type triangle) in add_to_area()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarycentricCoordinatesTests.cpp | 193 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
|