Home
last modified time | relevance | path

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

12345

/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/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/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c99 const GLvector4f *normal, in build_m3()
126 const GLvector4f *normal, in build_m2()
175 const GLvector4f *normal, in build_f3()
202 const GLvector4f *normal, in build_f2()
278 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen_normal_map_nv() local
343 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/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/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
DSynchronizedTest.java33 public void normal() { in normal() method in SynchronizedTest
/external/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
DSynchronized.java26 private static void normal() { in normal() method in Synchronized
/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/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/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.cpp243 float normal[9]; in draw() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
DPassInfo.h48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c81 LLVMValueRef i32_floatexpmask, i32_smallexpmask, magic, normal; in lp_build_float_to_smallfloat() local
354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dshader.c87 static void computeNormalMatrix(Matrix4x4 m, Matrix3x3 normal) in computeNormalMatrix()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util.cc108 const rtc::Optional<Point> normal = GetNormalIfPlanar(array_geometry); in GetArrayNormalIfExists() local
/external/skia/src/pathops/
DSkLineParameters.h126 double normal = sqrt(normalSquared()); in normalize() local
/external/skqp/src/pathops/
DSkLineParameters.h126 double normal = sqrt(normalSquared()); in normalize() local
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc194 glm::vec3 normal = GetPlaneNormal(ar_session, plane_pose); in CalculateDistanceToPlane() local
321 glm::vec3 ProjectOntoPlane(glm::vec3 in, glm::vec3 normal) { in ProjectOntoPlane()
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc194 glm::vec3 normal = GetPlaneNormal(ar_session, plane_pose); in CalculateDistanceToPlane() local
321 glm::vec3 ProjectOntoPlane(glm::vec3 in, glm::vec3 normal) { in ProjectOntoPlane()

12345