HomeSort by relevance Sort by last modified time
    Searched refs:SLVec3D (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/wilhelm/src/itf/
I3DLocation.c 22 static SLresult I3DLocation_SetLocationCartesian(SL3DLocationItf self, const SLVec3D *pLocation)
30 SLVec3D locationCartesian = *pLocation;
66 static SLresult I3DLocation_Move(SL3DLocationItf self, const SLVec3D *pMovement)
74 SLVec3D movementCartesian = *pMovement;
113 static SLresult I3DLocation_GetLocationCartesian(SL3DLocationItf self, SLVec3D *pLocation)
130 SLVec3D locationCartesian = thiz->mLocationCartesian;
164 const SLVec3D *pFront, const SLVec3D *pAbove)
171 SLVec3D front = *pFront;
172 SLVec3D above = *pAbove
    [all...]
I3DMacroscopic.c 96 const SLVec3D *pFront, const SLVec3D *pAbove)
104 SLVec3D front = *pFront;
105 SLVec3D above = *pAbove;
122 SLmillidegree theta, const SLVec3D *pAxis)
129 SLVec3D axis = *pAxis;
147 SLVec3D *pFront, SLVec3D *pUp)
164 SLVec3D front = thiz->mOrientationVectors.mFront;
165 SLVec3D up = thiz->mOrientationVectors.mUp
    [all...]
I3DDoppler.c 22 static SLresult I3DDoppler_SetVelocityCartesian(SL3DDopplerItf self, const SLVec3D *pVelocity)
30 SLVec3D velocityCartesian = *pVelocity;
60 static SLresult I3DDoppler_GetVelocityCartesian(SL3DDopplerItf self, SLVec3D *pVelocity)
77 SLVec3D velocityCartesian = thiz->mVelocityCartesian;
  /frameworks/wilhelm/src/
itfstruct.h 100 SLVec3D mVelocityCartesian;
128 SLVec3D mLocationCartesian;
141 SLVec3D mFront;
142 SLVec3D mAbove;
143 SLVec3D mUp;
148 SLVec3D mAxis;
166 SLVec3D mFront;
167 SLVec3D mAbove;
168 SLVec3D mUp;
173 SLVec3D mAxis
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 266 milliseconds

1 2 3