Searched refs:multiplyMatrices (Results 1 – 5 of 5) sorted by relevance
166 return multiplyMatrices(textureMatrix, rotationMatrix); in rotateTextureMatrix()172 public static float[] multiplyMatrices(float[] a, float[] b) { in multiplyMatrices() method in RendererCommon
245 RendererCommon.multiplyMatrices(transformMatrix,
493 texMatrix = RendererCommon.multiplyMatrices(rotatedSamplingMatrix, layoutMatrix); in renderFrameOnRenderThread()
716 RendererCommon.multiplyMatrices(transformMatrix, RendererCommon.horizontalFlipMatrix()); in onTextureFrameAvailable()
279 RendererCommon.multiplyMatrices(rotatedSamplingMatrix, layoutMatrix); in draw()