/external/mesa3d/src/mesa/main/ |
D | eval.c | 362 free(map->Points); in map1() 363 map->Points = pnts; in map1() 462 free(map->Points); in map2() 463 map->Points = pnts; in map2() 514 data = map1d->Points; in _mesa_GetnMapdvARB() 518 data = map2d->Points; in _mesa_GetnMapdvARB() 604 data = map1d->Points; in _mesa_GetnMapfvARB() 608 data = map2d->Points; in _mesa_GetnMapfvARB() 696 data = map1d->Points; in _mesa_GetnMapivARB() 700 data = map2d->Points; in _mesa_GetnMapivARB() [all …]
|
/external/rust/crates/criterion-plot/src/ |
D | curve.rs | 189 Points { enumerator 211 Curve::Points { .. } => Style::Points, in style() 223 Points, enumerator 234 Style::Points => "points", in display() 259 | Curve::Points { x, y } in plot()
|
D | prelude.rs | 4 pub use crate::curve::Curve::{Dots, Impulses, Lines, LinesPoints, Points, Steps};
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
D | Annotations.cpp | 36 Points[Name.getValueOr("")].push_back(Code.size()); in Annotations() 68 auto I = Points.find(Name); in point() 69 require(I != Points.end() && I->getValue().size() == 1, in point() 75 auto P = Points.lookup(Name); in points()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 138 _math_horner_bezier_curve(map->Points, &data[0].f, uu, in vbo_exec_do_EvalCoord1f() 157 _math_horner_bezier_curve(map->Points, vertex, uu, in vbo_exec_do_EvalCoord1f() 185 _math_horner_bezier_surf(map->Points, in vbo_exec_do_EvalCoord2f() 211 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, in vbo_exec_do_EvalCoord2f() 236 _math_horner_bezier_surf(map->Points, vertex, uu, vv, in vbo_exec_do_EvalCoord2f()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryMiscTests.cpp | 471 enum Points { enum in vkt::RayQuery::__anon1c53ac8a0111::HelperInvocationsInstance 480 static auto createSurface (const Points points, 675 std::vector<Vec3> HelperInvocationsInstance::createSurface (const Points points, const deUint32 div… in createSurface() 678 const float dx = (points == Points::Vertices ? 2.0f : 1.0f) / float(divX); in createSurface() 679 const float dy = (points == Points::Vertices ? 2.0f : 1.0f) / float(divY); in createSurface() 687 float y = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface() 691 float x = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface() 702 if (points == Points::Centers) in createSurface() 948 …const std::vector<Vec3> vertices = createSurface(Points::Vertices, m_params.model.first, m… in iterate() 949 …const std::vector<Vec3> coords = createSurface(Points::Coords, m_params.model.first, m_pa… in iterate() [all …]
|
/external/dng_sdk/source/ |
D | dng_gain_map.cpp | 140 if (fMap.Points ().v < 1) in dng_gain_map_interpolator() 144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1); in dng_gain_map_interpolator() 207 if (fMap.Points ().h < 1) in ResetColumn() 211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1); in ResetColumn()
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | iteration_times.rs | 33 Points { in iteration_times_figure() 117 Points { in iteration_times_comparison_figure() 129 Points { in iteration_times_comparison_figure()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 48 if (drawMode == gl::PrimitiveMode::Points) in skipDraw() 153 mode == gl::PrimitiveMode::Points; in InstancedPointSpritesActive()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 27 - Points 50 listed above. Points are tested in a somewhat limited fashion since
|
/external/kotlinpoet/docs/ |
D | interop-javapoet.md | 16 // Points to com.squareup.kotlinpoet.TypeName 18 // Points to com.squareup.javapoet.TypeName
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue177/ |
D | Points.java | 20 public class Points { class
|
/external/googletest/googlemock/include/gmock/internal/custom/ |
D | README.md | 1 # Customization Points
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_render.c | 86 tnl->Driver.Render.Points( ctx, start, count ) 197 tnl->Driver.Render.Points( ctx, start, count ) 282 assert(tnl->Driver.Render.Points); in run_render()
|
/external/libaom/third_party/googletest/src/googlemock/include/gmock/internal/custom/ |
D | README.md | 1 # Customization Points
|
/external/cronet/third_party/googletest/src/googlemock/include/gmock/internal/custom/ |
D | README.md | 1 # Customization Points
|
/external/skia/modules/svg/include/ |
D | SkSVGPoly.h | 25 SVG_ATTR(Points, SkSVGPointsType, SkSVGPointsType())
|
/external/cronet/net/data/parse_certificate_unittest/ |
D | crldp_1uri_noissuer.pem | 3 X509v3 CRL Distribution Points:
|
D | crldp_3uri_noissuer.pem | 3 X509v3 CRL Distribution Points:
|
D | crldp_full_name_as_dirname.pem | 3 X509v3 CRL Distribution Points:
|
/external/pigweed/third_party/micro_ecc/ |
D | micro_ecc.gni | 16 # Points to where the upstream code resides.
|
/external/grpc-grpc/examples/protos/ |
D | route_guide.proto | 44 // Accepts a stream of Points on a route being traversed, returning a 55 // Points are represented as latitude-longitude pairs in the E7 representation
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Annotations.h | 81 llvm::StringMap<llvm::SmallVector<size_t, 1>> Points; variable
|
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
D | route_guide.proto | 43 // Accepts a stream of Points on a route being traversed, returning a 54 // Points are represented as latitude-longitude pairs in the E7 representation
|
/external/grpc-grpc-java/examples/src/main/proto/ |
D | route_guide.proto | 43 // Accepts a stream of Points on a route being traversed, returning a 54 // Points are represented as latitude-longitude pairs in the E7 representation
|