Searched refs:angleX (Results 1 - 3 of 3) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
H A Deuler_angles.hpp58 T const & angleX);
76 T const & angleX,
84 T const & angleX);
90 T const & angleX,
98 T const & angleX);
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp753 const float angleX = 0.0f + 2.0f*DE_PI * ((float)cellNdx / 16.0f); local
755 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY);
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp1227 float angleX = 0.0f + 2.0f*DE_PI * ((float)cellNdx / 16.0f); local
1229 tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY);

Completed in 222 milliseconds