Home
last modified time | relevance | path

Searched defs:geometry (Results 1 – 25 of 34) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util_unittest.cc83 std::vector<Point> geometry; in TEST() local
96 std::vector<Point> geometry; in TEST() local
117 std::vector<Point> geometry; in TEST() local
136 std::vector<Point> geometry; in TEST() local
Dcovariance_matrix_generator_unittest.cc29 std::vector<Point> geometry; in TEST() local
57 std::vector<Point> geometry; in TEST() local
94 std::vector<Point> geometry; in TEST() local
151 std::vector<Point> geometry; in TEST() local
189 std::vector<Point> geometry; in TEST() local
Dcovariance_matrix_generator.cc44 const std::vector<Point>& geometry, in UniformCovarianceMatrix()
69 const std::vector<Point>& geometry, in AngledCovarianceMatrix()
94 const std::vector<Point>& geometry, in PhaseAlignmentMasks()
/external/skia/src/gpu/batches/
DGrAALinearizingConvexPathRenderer.cpp131 static GrDrawBatch* Create(const Geometry& geometry) { in Create()
261 AAFlatteningConvexPathBatch(const Geometry& geometry) : INHERITED(ClassID()) { in AAFlatteningConvexPathBatch()
329 AAFlatteningConvexPathBatch::Geometry geometry; in onDrawPath() local
349 AAFlatteningConvexPathBatch::Geometry geometry; in DRAW_BATCH_TEST_DEFINE() local
DGrDrawAtlasBatch.cpp87 GrDrawAtlasBatch::GrDrawAtlasBatch(const Geometry& geometry, const SkMatrix& viewMatrix, in GrDrawAtlasBatch()
261 GrDrawAtlasBatch::Geometry geometry; in DRAW_BATCH_TEST_DEFINE() local
DGrDefaultPathRenderer.cpp223 static GrDrawBatch* Create(const Geometry& geometry, uint8_t coverage, in Create()
381 DefaultPathBatch(const Geometry& geometry, uint8_t coverage, const SkMatrix& viewMatrix, in DefaultPathBatch()
709 DefaultPathBatch::Geometry geometry; in internalDrawPath() local
768 DefaultPathBatch::Geometry geometry; in DRAW_BATCH_TEST_DEFINE() local
DGrDrawVerticesBatch.cpp34 GrDrawVerticesBatch::GrDrawVerticesBatch(const Geometry& geometry, GrPrimitiveType primitiveType, in GrDrawVerticesBatch()
316 GrDrawVerticesBatch::Geometry geometry; in DRAW_BATCH_TEST_DEFINE() local
DGrDrawAtlasBatch.h24 static GrDrawBatch* Create(const Geometry& geometry, const SkMatrix& viewMatrix, in Create()
DGrAADistanceFieldPathRenderer.cpp151 static GrDrawBatch* Create(const Geometry& geometry, const SkMatrix& viewMatrix, in Create()
300 AADistanceFieldPathBatch(const Geometry& geometry, in AADistanceFieldPathBatch()
558 AADistanceFieldPathBatch::Geometry geometry(*args.fStroke); in onDrawPath() local
642 AADistanceFieldPathBatch::Geometry geometry(GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE() local
DGrDrawVerticesBatch.h33 static GrDrawBatch* Create(const Geometry& geometry, GrPrimitiveType primitiveType, in Create()
DGrAAConvexPathRenderer.cpp754 static GrDrawBatch* Create(const Geometry& geometry) { return new AAConvexPathBatch(geometry); } in Create()
942 AAConvexPathBatch(const Geometry& geometry) : INHERITED(ClassID()) { in AAConvexPathBatch()
1009 AAConvexPathBatch::Geometry geometry; in onDrawPath() local
1026 AAConvexPathBatch::Geometry geometry; in DRAW_BATCH_TEST_DEFINE() local
DGrAAHairLinePathRenderer.cpp682 static GrDrawBatch* Create(const Geometry& geometry) { return new AAHairlineBatch(geometry); } in Create()
718 AAHairlineBatch(const Geometry& geometry) : INHERITED(ClassID()) { in AAHairlineBatch()
962 AAHairlineBatch::Geometry geometry; in create_hairline_batch() local
DGrAAStrokeRectBatch.cpp81 Geometry& geometry = fGeoData.push_back(); in append() local
134 const Geometry& geometry() const { return fGeoData[0]; } in geometry() function in AAStrokeRectBatch
DGrAtlasTextBatch.h78 Geometry& geometry() { return fGeoData[0]; } in geometry() function
DGrPLSPathRenderer.cpp794 static GrDrawBatch* Create(const Geometry& geometry) { in Create()
946 PLSPathBatch(const Geometry& geometry) : INHERITED(ClassID()) { in PLSPathBatch()
1003 PLSPathBatch::Geometry geometry; in DRAW_BATCH_TEST_DEFINE() local
DGrNonAAStrokeRectBatch.cpp67 Geometry& geometry = fGeoData.push_back(); in append() local
/external/gptfdisk/
Ddiskio-unix.cc185 struct hd_geometry geometry; in GetNumHeads() local
203 struct hd_geometry geometry; in GetNumSecsPerTrack() local
/external/skia/src/gpu/
DGrOvalRenderer.cpp620 static GrDrawBatch* Create(const Geometry& geometry) { return new CircleBatch(geometry); } in Create()
729 CircleBatch(const Geometry& geometry) : INHERITED(ClassID()) { in CircleBatch()
812 CircleBatch::Geometry geometry; in create_circle_batch() local
848 static GrDrawBatch* Create(const Geometry& geometry) { return new EllipseBatch(geometry); } in Create()
947 EllipseBatch(const Geometry& geometry) : INHERITED(ClassID()) { in EllipseBatch()
1060 EllipseBatch::Geometry geometry; in create_ellipse_batch() local
1100 static GrDrawBatch* Create(const Geometry& geometry, const SkRect& bounds) { in Create()
1193 DIEllipseBatch(const Geometry& geometry, const SkRect& bounds) : INHERITED(ClassID()) { in DIEllipseBatch()
1298 DIEllipseBatch::Geometry geometry; in create_diellipse_batch() local
1381 static GrDrawBatch* Create(const Geometry& geometry) { in Create()
[all …]
DGrDrawContext.cpp438 GrDrawVerticesBatch::Geometry geometry; in drawVertices() local
466 GrDrawAtlasBatch::Geometry geometry; in drawAtlas() local
/external/skia/gm/
Dconvexpolyeffect.cpp201 ConvexPolyTestBatch::Geometry geometry; in onDraw() local
247 ConvexPolyTestBatch::Geometry geometry; in onDraw() local
Dbeziereffects.cpp222 BezierCubicOrConicTestBatch::Geometry geometry; in onDraw() local
363 BezierCubicOrConicTestBatch::Geometry geometry; in onDraw() local
599 BezierQuadTestBatch::Geometry geometry; in onDraw() local
/external/kernel-headers/original/uapi/linux/
Dvirtio_blk.h68 } geometry; member
/external/eigen/test/eigen2/
Deigen2_geometry.cpp15 template<typename Scalar> void geometry(void) in geometry() function
Deigen2_geometry_with_eigen2_prefix.cpp17 template<typename Scalar> void geometry(void) in geometry() function
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderDirectiveTests.cpp310 const std::string geometry = "#version 310 es\n" in geometry_shader() local

12