Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 25 of 76) sorted by relevance

1234

/external/vulkan-validation-layers/libs/glm/gtx/
Dtransform2.inl71 const detail::tvec3<T, P>& normal)
84 const detail::tvec3<T, P>& normal)
104 const detail::tvec3<T, P>& normal)
117 const detail::tvec3<T, P>& normal)
Dhanded_coordinate_space.inl17 detail::tvec3<T, P> const & normal
28 detail::tvec3<T, P> const & normal
Drotate_vector.inl38 detail::tvec3<T, P> const & normal
60 detail::tvec3<T, P> const & normal
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc42 Normal normal(fs, &db, bgn, &expand); in TEST() local
57 Normal normal(fs, &db, bgn, &expand); in TEST() local
103 Normal normal(fs, &db, bgn, &expand); in TEST() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c101 const GLvector4f *normal, in build_m3()
128 const GLvector4f *normal, in build_m2()
177 const GLvector4f *normal, in build_f3()
204 const GLvector4f *normal, in build_f2()
280 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen_normal_map_nv() local
345 const GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen() local
Dt_vb_lighttmp.h60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
243 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
418 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
523 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
Dt_vb_normals.c43 GLvector4f normal; member
/external/replicaisland/src/com/replica/replicaisland/
DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { in addSurface()
95 Vector2 normal = mNormal; in update() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DMicrosphereInterpolatingFunction.java67 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
/external/skia/src/core/
DSkStrokerPriv.cpp15 const SkVector& normal, const SkPoint& stop, in ButtCapper()
22 const SkVector& normal, const SkPoint& stop, in RoundCapper()
35 const SkVector& normal, const SkPoint& stop, in SquareCapper()
DSkLightingShader.cpp53 SkLightingShaderImpl(const SkBitmap& diffuse, const SkBitmap& normal, in SkLightingShaderImpl()
143 LightingFP(GrTexture* diffuse, GrTexture* normal, const SkMatrix& diffMatrix, in LightingFP()
584 SkBitmap normal; in CreateProc() local
704 SkShader* SkLightingShader::Create(const SkBitmap& diffuse, const SkBitmap& normal, in Create()
DSkStroke.cpp56 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
68 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
246 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
279 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
371 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
416 SkVector normal, unitNormal; in lineTo() local
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DHyperplane.h136 …inline const NormalReturnType normal() const { return NormalReturnType(*const_cast<Coefficients*>(… in normal() function
141 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
/external/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
/external/eigen/Eigen/src/Geometry/
DHyperplane.h157 …inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
162 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
/external/iproute2/netem/
Dnormal.c18 normal(double x, double mu, double sigma) in normal() function
Dparetonormal.c27 normal(double x, double mu, double sigma) in normal() function
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c261 float normal[2]; in good_offset() local
319 float normal[4]; in compute_pt_normal() local
680 float *normal) in bezier_point_at_length()
690 float *point, float *normal) in bezier_point_at_t()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
Dstatusinfo.py29 def __init__(self, status_type=None, normal=None, status=None, message=None): argument
/external/opencv3/modules/python/test/
Dtransformations.py222 def reflection_matrix(point, normal): argument
439 def projection_matrix(point, normal, direction=None, argument
626 def shear_matrix(angle, direction, point, normal): argument
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util.cc108 const rtc::Optional<Point> normal = GetNormalIfPlanar(array_geometry); in GetArrayNormalIfExists() local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dshader.c87 static void computeNormalMatrix(Matrix4x4 m, Matrix3x3 normal) in computeNormalMatrix()
/external/skia/src/pathops/
DSkLineParameters.h126 double normal = sqrt(normalSquared()); in normalize() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DPoissonDistributionImpl.java52 private NormalDistribution normal; field in PoissonDistributionImpl
/external/skia/src/effects/
DSkDiscretePathEffect.cpp17 SkVector normal = tangent; in Perterb() local

1234