Searched refs:Normal (Results 1 – 22 of 22) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | projection.inl | 7 GLM_FUNC_QUALIFIER vecType proj(vecType const & x, vecType const & Normal) argument 9 return glm::dot(x, Normal) / glm::dot(Normal, Normal) * Normal;
|
D | perpendicular.inl | 10 vecType const & Normal argument 13 return x - proj(x, Normal);
|
D | perpendicular.hpp | 34 vecType const & Normal);
|
D | projection.hpp | 31 GLM_FUNC_DECL vecType proj(vecType const & x, vecType const & Normal);
|
D | rotate_vector.inl | 176 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));
|
D | rotate_vector.hpp | 111 tvec3<T, P> const & Normal,
|
/hardware/google/aemu/base/include/aemu/base/memory/ |
D | MemoryHints.h | 28 Normal, enumerator
|
/hardware/broadcom/wlan/ |
D | .gitignore | 10 # Normal rules
|
/hardware/google/pixel-sepolicy/turbo_adapter/private/ |
D | turbo_adapter.te | 1 # Normal platform_apps cannot access PowerHAL, so we need to define our own domain. Unfortunately
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_dedicated_allocation.adoc | 21 Normal device memory allocations must support memory aliasing and sparse
|
D | VK_KHR_dedicated_allocation.adoc | 26 Normal device memory allocations must support multiple resources per
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 28 * SENSOR_HAL_NORMAL_MODE - Normal operation. Default state of the module.
|
/hardware/interfaces/wifi/1.2/ |
D | README-NAN.md | 73 * Normal run-time: set to <b>1800</b> (30 minutes)
|
/hardware/interfaces/wifi/1.0/ |
D | README-NAN.md | 70 * Normal run-time: set to <b>1800</b> (30 minutes)
|
D | types.hal | 2113 * Sent over air but not ACKed. (Normal for broadcast/multicast.)
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 335 * Speed factor (multiplier). Normal speed has the value of 1.0f.
|
/hardware/interfaces/audio/7.0/ |
D | types.hal | 350 * Speed factor (multiplier). Normal speed has the value of 1.0f.
|
/hardware/interfaces/sensors/2.0/ |
D | ISensors.hal | 43 * SENSOR_HAL_NORMAL_MODE - Normal operation. Default state of the module.
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 78 Normal, enumerator
|
D | VkDecoderGlobalState.cpp | 666 mSnapshotState = SnapshotState::Normal; in save() 847 mSnapshotState = SnapshotState::Normal; in load() 7759 SnapshotState mSnapshotState = SnapshotState::Normal;
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 93 * Normal stream configuration operation mode. This is the default camera
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 914 * Normal radio resource control (RRC) connection release.
|