Searched refs:Normal (Results 1 - 25 of 96) sorted by relevance

1234

/external/vulkan-validation-layers/libs/glm/gtx/
H A Dperpendicular.hpp55 //! Projects x a perpendicular axis of Normal.
60 vecType const & Normal);
H A Dprojection.hpp53 //! Projects x on Normal.
58 vecType const & Normal);
H A Drotate_vector.hpp124 detail::tvec3<T, P> const & Normal,
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dnormal.h30 // This class provides the "Normal" DSP operation, that is performed when
33 class Normal { class in namespace:webrtc
35 Normal(int fs_hz, DecoderDatabase* decoder_database, function in class:webrtc::Normal
44 virtual ~Normal() {}
46 // Performs the "Normal" operation. The decoder data is supplied in |input|,
64 RTC_DISALLOW_COPY_AND_ASSIGN(Normal);
H A Dnormal_unittest.cc11 // Unit tests for Normal class.
33 TEST(Normal, CreateAndDestroy) {
42 Normal normal(fs, &db, bgn, &expand);
46 TEST(Normal, AvoidDivideByZero) {
57 Normal normal(fs, &db, bgn, &expand);
76 // If input_size_samples < 64, then energy_length in Normal::Process() will
92 TEST(Normal, InputLengthAndChannelsDoNotMatch) {
103 Normal normal(fs, &db, bgn, &expand);
H A Dnormal.cc27 int Normal::Process(const int16_t* input,
H A Dneteq_impl.h45 class Normal;
261 // Sub-method which calls the Normal class to perform the normal operation.
369 rtc::scoped_ptr<Normal> normal_ GUARDED_BY(crit_sect_);
/external/v8/test/mjsunit/
H A Ddebug-script.js67 } else if (scripts[i].type == Debug.ScriptType.Normal) {
102 assertEquals(Debug.ScriptType.Normal, debug_script.type);
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h35 Normal, enumerator in enum:Mutex::Type
40 Spin = Normal
44 explicit Mutex(Type type = Normal);
H A Dtsan_test_util_posix.cc149 if (type_ == Normal)
163 CHECK(type_ == Normal);
172 if (type_ == Normal)
184 if (type_ == Normal)
196 if (type_ == Normal)
209 if (type_ == Normal)
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DQuad.java114 setBuffer(Type.Normal, 3, new float[]{0, 0, 1,
H A DStripBox.java149 if (getBuffer(Type.Normal) == null){
163 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(normals));
H A DBox.java150 if (getBuffer(Type.Normal) == null){
151 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(GEOMETRY_NORMALS_DATA));
H A DCylinder.java224 // VertexBuffer nvb = getBuffer(Type.Normal);
233 setBuffer(Type.Normal, 3, createVector3Buffer(getFloatBuffer(Type.Normal), vertCount));
280 FloatBuffer nb = getFloatBuffer(Type.Normal);
H A DLine.java74 setBuffer(Type.Normal, 3, new float[]{0, 0, 1,
/external/skia/src/sfnt/
H A DSkPanose.h268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
H A DSkOTTable_OS_2_V0.h31 ((Normal, SkTEndian_SwapBE16(400)))
/external/dng_sdk/source/
H A Ddng_orientation.h93 static dng_orientation Normal () function in class:dng_orientation
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp395 QIcon::Normal, QIcon::Off); member in class:QIcon
406 QSize(), QIcon::Normal, QIcon::Off); member in class:QIcon
414 QIcon::Normal, QIcon::Off); member in class:QIcon
438 QSize(), QIcon::Normal, QIcon::Off); member in class:QIcon
445 QSize(), QIcon::Normal, QIcon::Off); member in class:QIcon
452 QIcon::Normal, QIcon::Off); member in class:QIcon
459 QIcon::Normal, QIcon::Off); member in class:QIcon
467 QIcon::Normal, QIcon::Off); member in class:QIcon
485 QIcon::Normal, QIcon::Off); member in class:QIcon
492 QSize(), QIcon::Normal, QIco member in class:QIcon
[all...]
/external/vulkan-validation-layers/demos/smoke/
H A DMeshes.cpp42 struct Normal { struct in class:__anon19745::Mesh
56 // Position + Normal
80 // Normal
109 normals_.emplace_back(Normal{ v[3], v[4], v[5] });
132 const Normal &normal = normals_[i];
165 std::vector<Normal> normals_;
313 Mesh::Normal normal_mid = { pos_mid.x, pos_mid.y, pos_mid.z };
352 mesh.normals_.emplace_back(Mesh::Normal{
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
H A DFloatToFixed.java63 VertexBuffer normals = mesh.getBuffer(Type.Normal);
91 normals = new VertexBuffer(Type.Normal);
94 mesh.clearBuffer(Type.Normal);
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTangentGen.java132 strip.setBuffer(Type.Normal, 3, nb);
/external/valgrind/massif/
H A Dms_main.c196 // - Normal: these record the current time, total memory size, total heap
1011 Normal = 77, enumerator in enum:__anon19351
1113 case Normal: suffix = ( is_detailed_snapshot(snapshot) ? "d" : "." ); break;
1358 case Normal:
1413 snapshots[i].kind = Normal;
1528 maybe_take_snapshot(Normal, " alloc");
1599 maybe_take_snapshot(Normal, "dealloc");
1718 maybe_take_snapshot(Normal, "realloc");
1909 maybe_take_snapshot(Normal, what);
1921 maybe_take_snapshot(Normal, wha
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DTangentBinormalGenerator.java124 && mesh.getBuffer(Type.Normal) != null){
139 if (mesh.getBuffer(Type.Normal) == null) {
394 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData();
433 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData();
543 "Normal and tangent are parallel for vertex {0}.", blameVertex);
568 "Normal and binormal are parallel for vertex {0}.", blameVertex);
616 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData();
655 FloatBuffer normalBuffer = (FloatBuffer) mesh.getBuffer(Type.Normal).getData();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp90 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
100 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
701 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
709 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
715 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
717 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, NULL);

Completed in 529 milliseconds

1234