Home
last modified time | relevance | path

Searched defs:mat (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DMatrixTest.java38 float[] mat = new float[16]; in testMultiplyMM() local
192 float[] mat = new float[] { in testMultiplyMMInPlace() local
209 float[] mat = new float[16]; in testMultiplyMV() local
302 float[] mat = new float[] { in testTransposeM() local
338 float[] mat = matIden; in testInvertM() local
392 float[] mat = new float[16]; in testSetIdentityM() local
403 float[] mat = new float[16]; in testRotateM() local
445 float[] mat = new float[16]; in testRotateMInPlace() local
483 float[] mat = new float[16]; in testSetRotateM() local
521 float[] mat = new float[16]; in testSetRotateEulerM() local
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicColorMatrix.java35 private void subtest(int w, int h, Matrix4f mat, Float4 add, in subtest()
84 Matrix4f mat = new Matrix4f(); in test() local
DScriptGroupTest.java556 Matrix4f mat = new Matrix4f(); in testBuilder2InvokeToKernelDependency() local
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSColorMatrixTest.java62 Matrix3f mat = new Matrix3f(coeffs); in testRSColorMatrix0() local
127 Matrix4f mat = new Matrix4f(coeffs); in testRSColorMatrix2() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java1237 private Mat mat; field in RVCVXCheckAnalyzer.VideoDecoderForOpenCV.MatBuffer