HomeSort by relevance Sort by last modified time
    Searched refs:angleX (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtx/
euler_angles.hpp 58 T const & angleX);
76 T const & angleX,
84 T const & angleX);
90 T const & angleX,
98 T const & angleX);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
euler_angles.hpp 58 T const & angleX);
76 T const & angleX,
84 T const & angleX);
90 T const & angleX,
98 T const & angleX);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 406 static D2D1FORCEINLINE Matrix3x2F Skew(FLOAT angleX, FLOAT angleY, D2D1_POINT_2F center = D2D1::Point2F()) {
408 D2D1MakeSkewMatrix(angleX, angleY, center, &r);
d2d1.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 753 const float angleX = 0.0f + 2.0f*DE_PI * ((float)cellNdx / 16.0f);
755 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp     [all...]

Completed in 1068 milliseconds