Home
last modified time | relevance | path

Searched defs:verifyMatrix (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DMatrixTest.java586 private void verifyMatrix(float[] actual, float[] expected) { in verifyMatrix() method in MatrixTest
593 private void verifyMatrix(float[] actual, float[] expected, float delta) { in verifyMatrix() method in MatrixTest
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DMatrix44Test.java228 private void verifyMatrix(float[] expected, float delta) { in verifyMatrix() method in Matrix44Test
H A DMatrixTest.java721 private void verifyMatrix(float[] expected) { in verifyMatrix() method in MatrixTest
/aosp_15_r20/cts/tests/tests/rsblas/src/android/renderscript/cts/
H A DIntrinsicBLAS.java119 private void verifyMatrix(Allocation ref, Allocation out) { in verifyMatrix() method in IntrinsicBLAS
128 private void verifyMatrix(Allocation ref, Allocation out, boolean isUpperMatrix) { in verifyMatrix() method in IntrinsicBLAS