HomeSort by relevance Sort by last modified time
    Searched refs:Points (Results 1 - 25 of 26) sorted by null

1 2

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue177/
Points.java 20 public class Points {
21 public Map<String, PointBean> points; field in class:Points
25 return "All Points";
  /external/mesa3d/src/mesa/main/
eval.c 201 /*** Copy and deallocate control points ***/
206 * Copy 1-parametric evaluator control points from user-specified
207 * memory space to a buffer of contiguous control points.
209 * \return pointer to buffer of contiguous control points or NULL if out
213 const GLfloat *points )
218 if (!points || !size)
224 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
226 *p++ = points[k];
237 const GLdouble *points )
242 if (!points || !size
437 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); local
542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
    [all...]
mtypes.h     [all...]
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
utils.h 14 vector<Point2f> Points(vector<KeyPoint> keypoints);
50 vector<Point2f> Points(vector<KeyPoint> keypoints)
planar_tracking.cpp 73 homography = findHomography(Points(matched1), Points(matched2),
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 154 _math_horner_bezier_curve(map->Points, data, uu,
173 _math_horner_bezier_curve(map->Points, vertex, uu,
200 _math_horner_bezier_surf(map->Points,
226 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv,
251 _math_horner_bezier_surf(map->Points, vertex, uu, vv,
  /external/skia/gm/
dcshader.cpp 177 struct Points : public Prim {
178 Points(SkCanvas::PointMode mode) : fMode(mode) {}
182 SkPoint points[500]; variable
184 int count = SkToInt(SK_ARRAY_COUNT(points));
189 points[p].fX = random.nextUScalar1() * bounds.width();
190 points[p].fY = random.nextUScalar1() * bounds.width();
192 canvas->drawPoints(fMode, count, points, paint);
224 fPrims.push_back(new Points(SkCanvas::kPoints_PointMode));
225 fPrims.push_back(new Points(SkCanvas::kLines_PointMode));
226 fPrims.push_back(new Points(SkCanvas::kPolygon_PointMode))
    [all...]
  /external/deqp/framework/referencerenderer/
rrPrimitiveTypes.hpp 42 PRIMITIVETYPE_POINTS, //!< Points
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; };
rrPrimitiveAssembler.hpp 293 struct Points
  /external/dng_sdk/source/
dng_gain_map.h 54 /// samples (points), sample spacing, origin, and number of color planes.
57 const dng_point &points,
64 const dng_point & Points () const
dng_gain_map.cpp 140 if (fMap.Points ().v < 1)
144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1);
207 if (fMap.Points ().h < 1)
211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1);
253 const dng_point &points,
258 : fPoints (points)
263 , fRowStep (SafeUint32Mult(planes, points.h))
366 printf ("Points: v=%d, h=%d\n",
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 84 tnl->Driver.Render.Points( ctx, start, count )
195 tnl->Driver.Render.Points( ctx, start, count )
280 ASSERT(tnl->Driver.Render.Points);
t_context.h 455 tnl_points_func Points; /* must now respect vb->elts */
459 /* These functions are called in order to render points, lines,
465 /* Render whole unclipped primitives (points, lines, linestrips,
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 235 DECLARE_PR_CTOR(Points, PRIMITIVETYPE_POINTS);
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 86 * Render a triangle using points and respecting edge flags.
264 tnl->Driver.Render.Points = swsetup_points;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 431 PointF *Points;
437 PathData(): Count(0), Points(NULL), Types(NULL) {}
gdiplusimpl.h     [all...]
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 248 throw tcu::NotSupportedError("Too small viewport to fit all test points");
297 glu::pr::Points(m_params->numInvocations));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 228 /* TnL renderer entry points */
332 tnl->Driver.Render.Points = swtnl_points;
nv04_render.c 94 /* TnL renderer entry points */
279 tnl->Driver.Render.Points = swtnl_points;
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 522 glu::pr::Points((int)coords.size()));
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 402 tnl_points_func points; member in struct:__anon20345
582 tnl->Driver.Render.Points = rast_tab[index].points;
735 * Cope with depth operations by drawing individual pixels as points.
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 524 tnl_points_func points; member in struct:__anon20358
705 tnl->Driver.Render.Points = rast_tab[index].points;
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 548 glu::pr::Points((int)coords.size()));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 601 tnl_points_func points; member in struct:__anon20182
1013 tnl->Driver.Render.Points = rast_tab[index].points;
    [all...]

Completed in 1000 milliseconds

1 2