HomeSort by relevance Sort by last modified time
    Searched defs:testMatrix (Results 1 - 5 of 5) sorted by null

  /external/eigen/unsupported/test/
matrix_function.cpp 161 void testMatrix(const MatrixType& A)
178 testMatrix(MatrixType::Random(size, size).eval());
179 testMatrix(randomMatrixWithRealEivals<MatrixType>(size));
180 testMatrix(randomMatrixWithImagEivals<MatrixType>::run(size));
  /external/chromium_org/third_party/skia/tests/
Matrix44Test.cpp 92 SkMatrix44* testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kUninitialized_Constructor);
93 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
94 REPORTER_ASSERT(reporter, !testMatrix->isIdentity());
97 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
102 testMatrix = 0;
103 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor);
104 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
105 REPORTER_ASSERT(reporter, testMatrix->isIdentity());
106 REPORTER_ASSERT(reporter, *testMatrix == SkMatrix44::I());
SurfaceTest.cpp 235 SkMatrix testMatrix;
236 testMatrix.reset();
237 testMatrix.setScale(SkIntToScalar(2), SkIntToScalar(3));
300 EXPECT_COPY_ON_WRITE(drawBitmapMatrix(testBitmap, testMatrix, NULL))
CanvasTest.cpp 207 static SkMatrix testMatrix() {
213 const SkMatrix kTestMatrix = testMatrix();
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 680 public void testMatrix() {

Completed in 55 milliseconds