Home
last modified time | relevance | path

Searched refs:rotationMatrix (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DRendererCommon.java163 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/
DtcuMatrixUtil.hpp40 Matrix<float, 2, 2> rotationMatrix (float radians);
70 inline Matrix<float, 2, 2> rotationMatrix (float radians) in rotationMatrix() function
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp242 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp275 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D()