Home
last modified time | relevance | path

Searched refs:matrixOld (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_opengl_system_test.cpp392 bool CheckMatricIsSame(float matrixOld[MATRIX_SIZE], float matrixNew[MATRIX_SIZE]) in CheckMatricIsSame() argument
395 if (fabs(matrixOld[i] - matrixNew[i]) > 1e-6) { in CheckMatricIsSame()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp515 bool CheckMatricIsSame(float matrixOld[MATRIX_SIZE], float matrixNew[MATRIX_SIZE]) in CheckMatricIsSame() argument
518 if (fabs(matrixOld[i] - matrixNew[i]) > 1e-6) { in CheckMatricIsSame()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp1041 bool CheckMatricIsSame(float matrixOld[MATRIX_SIZE], float matrixNew[MATRIX_SIZE]) in CheckMatricIsSame() argument
1044 if (fabs(matrixOld[i] - matrixNew[i]) > 1e-6) { in CheckMatricIsSame()

Completed in 7 milliseconds