Home
last modified time | relevance | path

Searched defs:mMatrix (Results 1 – 3 of 3) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DTransformationNode.h32 Matrix* mMatrix; variable
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java238 private void xGEMV_API_test(int trans, int incX, int incY, ArrayList<Allocation> mMatrix) { in xGEMV_API_test()
290 public void L2_xGEMV_API(ArrayList<Allocation> mMatrix) { in L2_xGEMV_API()
536 …void xGBMV_API_test(int trans, int KL, int KU, int incX, int incY, ArrayList<Allocation> mMatrix) { in xGBMV_API_test()
588 public void L2_xGBMV_API(ArrayList<Allocation> mMatrix) { in L2_xGBMV_API()
835 private void xHEMV_API_test(int Uplo, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHEMV_API_test()
873 public void L2_xHEMV_API(ArrayList<Allocation> mMatrix) { in L2_xHEMV_API()
967 … private void xHBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHBMV_API_test()
1005 public void L2_xHBMV_API(ArrayList<Allocation> mMatrix) { in L2_xHBMV_API()
1100 private void xHPMV_API_test(int Uplo, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHPMV_API_test()
1138 public void L2_xHPMV_API(ArrayList<Allocation> mMatrix) { in L2_xHPMV_API()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java39 private Matrix mMatrix; field in MatrixTest