Searched refs:rotationMatrix (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | RendererCommon.java | 163 final float[] rotationMatrix = new float[16]; in rotateTextureMatrix() local 164 Matrix.setRotateM(rotationMatrix, 0, rotationDegree, 0, 0, 1); in rotateTextureMatrix() 165 adjustOrigin(rotationMatrix); in rotateTextureMatrix() 166 return multiplyMatrices(textureMatrix, rotationMatrix); in rotateTextureMatrix()
|
/external/deqp/framework/common/ |
D | tcuMatrixUtil.hpp | 40 Matrix<float, 2, 2> rotationMatrix (float radians); 70 inline Matrix<float, 2, 2> rotationMatrix (float radians) in rotationMatrix() function
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 242 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 275 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
|