/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | gradient_paint.inl | 12 tvec2<T, P> const & Position argument 16 tvec2<T, P> D = Position - Focal; 31 tvec2<T, P> const & Position argument 35 …return (Dist.x * (Position.x - Point0.x) + Dist.y * (Position.y - Point0.y)) / glm::dot(Dist, Dist…
|
D | gradient_paint.hpp | 35 tvec2<T, P> const & Position); 43 tvec2<T, P> const & Position);
|
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | StreamDescriptor.aidl | 140 parcelable Position { 393 Position observable; 398 Position hardware;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/ |
D | StreamDescriptor.aidl | 44 parcelable Position { 82 android.hardware.audio.core.StreamDescriptor.Position observable; 83 android.hardware.audio.core.StreamDescriptor.Position hardware;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/ |
D | StreamDescriptor.aidl | 44 parcelable Position { 82 android.hardware.audio.core.StreamDescriptor.Position observable; 83 android.hardware.audio.core.StreamDescriptor.Position hardware;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/ |
D | StreamDescriptor.aidl | 44 parcelable Position { 82 android.hardware.audio.core.StreamDescriptor.Position observable; 83 android.hardware.audio.core.StreamDescriptor.Position hardware;
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | noise.inl | 25 GLM_FUNC_QUALIFIER T perlin(tvec2<T, P> const & Position) argument 27 …tvec4<T, P> Pi = glm::floor(tvec4<T, P>(Position.x, Position.y, Position.x, Position.y)) + tvec4<T… 28 …tvec4<T, P> Pf = glm::fract(tvec4<T, P>(Position.x, Position.y, Position.x, Position.y)) - tvec4<T… 66 GLM_FUNC_QUALIFIER T perlin(tvec3<T, P> const & Position) argument 68 tvec3<T, P> Pi0 = floor(Position); // Integer part for indexing 72 tvec3<T, P> Pf0 = fract(Position); // Fractional part for interpolation 210 GLM_FUNC_QUALIFIER T perlin(tvec4<T, P> const & Position) argument 212 tvec4<T, P> Pi0 = floor(Position); // Integer part for indexing 216 tvec4<T, P> Pf0 = fract(Position); // Fractional part for interpolation 346 GLM_FUNC_QUALIFIER T perlin(tvec2<T, P> const & Position, tvec2<T, P> const & rep) argument [all …]
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | StreamAlsa.h | 44 ::android::status_t refinePosition(StreamDescriptor::Position* position) override;
|
D | StreamPrimary.h | 33 ::android::status_t refinePosition(StreamDescriptor::Position* position) override;
|
D | StreamRemoteSubmix.h | 41 ::android::status_t refinePosition(StreamDescriptor::Position* position) override;
|
D | Stream.h | 177 virtual ::android::status_t refinePosition(StreamDescriptor::Position* /*position*/) { in refinePosition()
|
/hardware/interfaces/audio/aidl/default/alsa/ |
D | StreamAlsa.cpp | 120 ::android::status_t StreamAlsa::refinePosition(StreamDescriptor::Position* position) { in refinePosition()
|
/hardware/google/pixel/vibrator/common/proto/ |
D | capo.proto | 49 // Position Detection related message start from 200. 83 // Position type.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_mesh_shader.adoc | 67 * (modified)code:Position
|
D | VK_NV_mesh_shader.adoc | 56 * (modified)code:Position
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | README.rst | 39 Position the overlay:
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 110 * Position: Coordinates of the microphone's capsule, in meters, from the 215 /** Position of the microphone's capsule in meters, from the
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 166 * Position: Coordinates of the microphone's capsule, in meters, from the 271 /** Position of the microphone's capsule in meters, from the
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 110 * Position: Coordinates of the microphone's capsule, in meters, from the 215 /** Position of the microphone's capsule in meters, from the
|
/hardware/interfaces/audio/aidl/default/primary/ |
D | StreamPrimary.cpp | 88 ::android::status_t StreamPrimary::refinePosition(StreamDescriptor::Position*) { in refinePosition() argument
|
/hardware/interfaces/audio/7.0/ |
D | types.hal | 113 * Position: Coordinates of the microphone's capsule, in meters, from the 230 * Position of the microphone's capsule in meters, from the
|
/hardware/interfaces/audio/aidl/default/r_submix/ |
D | StreamRemoteSubmix.cpp | 161 ::android::status_t StreamRemoteSubmix::refinePosition(StreamDescriptor::Position* position) { in refinePosition()
|
/hardware/interfaces/audio/aidl/default/ |
D | Stream.cpp | 147 reply->observable.frames = StreamDescriptor::Position::UNKNOWN; in populateReply() 148 reply->observable.timeNs = StreamDescriptor::Position::UNKNOWN; in populateReply()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | interfaces.adoc | 3380 [open,refpage='Position',desc='Vertex position',type='builtins'] 3382 :refpage: Position 3384 code:Position:: 3386 Decorating a variable with the code:Position built-in decoration will make 3389 shader stage>>, the value of the variable decorated with code:Position is 3396 When code:Position decorates a variable in the code:Input {StorageClass}, it 3398 code:Position from the previous shader stage. 3403 * [[VUID-{refpage}-Position-04318]] 3404 The code:Position decoration must: be used only within the code:MeshEXT, 3407 * [[VUID-{refpage}-Position-04319]] [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/ |
D | mesh.adoc | 208 code:Position, code:ClipDistance, code:CullDistance, code:Layer, and
|