OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPECT_MATRIX_APPROX_EQ
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/tests/unit/
BakedOpStateTests.cpp
39
EXPECT_MATRIX_APPROX_EQ
(state.transform, translate10x20);
51
EXPECT_MATRIX_APPROX_EQ
(expectedTranslate, state.transform);
221
EXPECT_MATRIX_APPROX_EQ
(translate10x20, bakedState->computedState.transform);
SkiaRenderPropertiesTests.cpp
132
EXPECT_MATRIX_APPROX_EQ
(matrix, actual)
RecordingCanvasTests.cpp
314
EXPECT_MATRIX_APPROX_EQ
(expectedMatrix, op.localMatrix);
324
EXPECT_MATRIX_APPROX_EQ
(expectedMatrix, op.localMatrix);
367
EXPECT_MATRIX_APPROX_EQ
(expectedMatrix, op.localMatrix);
397
EXPECT_MATRIX_APPROX_EQ
(expectedMatrix, op.localMatrix) << "Expect rounded offset";
494
EXPECT_MATRIX_APPROX_EQ
(expectedMatrix, op.localMatrix);
519
EXPECT_MATRIX_APPROX_EQ
(Matrix4::identity(), op.localMatrix)
558
EXPECT_MATRIX_APPROX_EQ
(expectedMatrix, op.localMatrix);
[
all
...]
FrameBuilderTests.cpp
695
EXPECT_MATRIX_APPROX_EQ
(expected, state.computedState.transform);
727
EXPECT_MATRIX_APPROX_EQ
(expected, state.computedState.transform);
[
all
...]
/frameworks/base/libs/hwui/tests/common/
TestUtils.h
39
#define
EXPECT_MATRIX_APPROX_EQ
(a, b) \
Completed in 109 milliseconds