Home
last modified time | relevance | path

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

123456

/external/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc53 Normal normal(fs, &db, bgn, &expand); in TEST() local
67 Normal normal(fs, &db, bgn, &expand); in TEST() local
102 Normal normal(fs, &db, bgn, &expand); in TEST() local
127 Normal normal(kFs, &db, bgn, &expand); in TEST() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtransform2.inl50 GLM_FUNC_QUALIFIER tmat3x3<T, P> reflect2D(tmat3x3<T, P> const& m, tvec3<T, P> const& normal)
61 GLM_FUNC_QUALIFIER tmat4x4<T, P> reflect3D(tmat4x4<T, P> const& m, tvec3<T, P> const& normal)
81 const tvec3<T, P>& normal)
94 const tvec3<T, P>& normal)
Dhanded_coordinate_space.inl11 tvec3<T, P> const & normal
22 tvec3<T, P> const & normal
Drotate_vector.inl49 tvec3<T, P> const & normal
71 tvec3<T, P> const & normal
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c100 const GLvector4f *normal, in build_m3()
127 const GLvector4f *normal, in build_m2()
176 const GLvector4f *normal, in build_f3()
203 const GLvector4f *normal, in build_f2()
279 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.h59 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
245 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
421 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
527 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
Dt_vb_normals.c42 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java439 TestParcelable normal = new TestParcelable(23); in testWriteTypedListAndCreateTypedArrayList() local
454 TestParcelablePackage normal = new TestParcelablePackage(23); in testParcelableWithPackageProtected() local
466 TestParcelableImpl normal = new TestParcelableImpl(23); in testParcelableWithBase() local
478 TestParcelable normal = new TestParcelable(23); in testParcelableWithPublicClass() local
DShadowRenderNodeAnimatorTest.java35 public void normal() { in normal() method in ShadowRenderNodeAnimatorTest
/external/skia/docs/examples/
DBlend_Mode_Methods.cpp7 SkPaint normal, blender; in draw() local
DPoint_setLength.cpp16 SkVector normal = point; in draw() local
DPoint_setNormalize.cpp16 SkVector normal; in draw() local
DPoint_setLength_2.cpp16 SkVector normal; in draw() 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/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
/external/llvm-project/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DSynchronizedTarget.java26 private static void normal() { in normal() method in SynchronizedTarget
/external/skia/src/core/
DSkStrokerPriv.cpp15 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper()
20 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper()
31 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper()
/external/skqp/src/core/
DSkStrokerPriv.cpp15 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper()
20 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper()
31 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper()
/external/iproute2/netem/
Dnormal.c18 normal(double x, double mu, double sigma) in normal() function
Dparetonormal.c26 normal(double x, double mu, double sigma) in normal() function
/external/eigen/Eigen/src/Geometry/
DHyperplane.h157 …EIGEN_DEVICE_FUNC inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coe… in normal() function
162 …EIGEN_DEVICE_FUNC inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1)… in normal() function
/external/libkmsxx/kmscube/
Dcube-gles2.cpp242 float normal[9]; in draw() local
/external/llvm-project/llvm/include/llvm/
DPassInfo.h47 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo()

123456