Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dprojection.inl7 GLM_FUNC_QUALIFIER vecType proj(vecType const & x, vecType const & Normal) argument
9 return glm::dot(x, Normal) / glm::dot(Normal, Normal) * Normal;
Dperpendicular.inl10 vecType const & Normal argument
13 return x - proj(x, Normal);
Dperpendicular.hpp34 vecType const & Normal);
Dprojection.hpp31 GLM_FUNC_DECL vecType proj(vecType const & x, vecType const & Normal);
Drotate_vector.inl176 tvec3<T, P> const & Normal, argument
180 if(all(equal(Normal, Up)))
183 tvec3<T, P> RotationAxis = cross(Up, Normal);
184 T Angle = acos(dot(Normal, Up));
Drotate_vector.hpp111 tvec3<T, P> const & Normal,
/hardware/google/aemu/base/include/aemu/base/memory/
DMemoryHints.h28 Normal, enumerator
/hardware/broadcom/wlan/
D.gitignore10 # Normal rules
/hardware/google/pixel-sepolicy/turbo_adapter/private/
Dturbo_adapter.te1 # Normal platform_apps cannot access PowerHAL, so we need to define our own domain. Unfortunately
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_dedicated_allocation.adoc21 Normal device memory allocations must support memory aliasing and sparse
DVK_KHR_dedicated_allocation.adoc26 Normal device memory allocations must support multiple resources per
/hardware/interfaces/sensors/1.0/
DISensors.hal28 * SENSOR_HAL_NORMAL_MODE - Normal operation. Default state of the module.
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md73 * Normal run-time: set to <b>1800</b> (30 minutes)
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md70 * Normal run-time: set to <b>1800</b> (30 minutes)
Dtypes.hal2113 * Sent over air but not ACKed. (Normal for broadcast/multicast.)
/hardware/interfaces/audio/6.0/
Dtypes.hal335 * Speed factor (multiplier). Normal speed has the value of 1.0f.
/hardware/interfaces/audio/7.0/
Dtypes.hal350 * Speed factor (multiplier). Normal speed has the value of 1.0f.
/hardware/interfaces/sensors/2.0/
DISensors.hal43 * SENSOR_HAL_NORMAL_MODE - Normal operation. Default state of the module.
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h78 Normal, enumerator
DVkDecoderGlobalState.cpp666 mSnapshotState = SnapshotState::Normal; in save()
847 mSnapshotState = SnapshotState::Normal; in load()
7759 SnapshotState mSnapshotState = SnapshotState::Normal;
/hardware/interfaces/camera/device/3.2/
Dtypes.hal93 * Normal stream configuration operation mode. This is the default camera
/hardware/interfaces/radio/1.4/
Dtypes.hal914 * Normal radio resource control (RRC) connection release.