Searched defs:Matrix4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/
H A DTestTrivialModel.cpp27 typedef float Matrix4[4]; typedef in namespace:__anon1498
37 const Matrix4 matrix2b = {100.f, 200.f, 300.f, 400.f};
183 ASSERT_EQ(execution.setInput(1, matrix2b, sizeof(Matrix4)), Result::NO_ERROR);
215 ASSERT_EQ(execution.setInput(1, matrix2b, sizeof(Matrix4)), Result::NO_ERROR);
/frameworks/base/libs/hwui/
H A DMatrix.h47 class ANDROID_API Matrix4 { class in namespace:android::uirenderer
80 Matrix4() { function in class:android::uirenderer::Matrix4
84 explicit Matrix4(const float* v) { function in class:android::uirenderer::Matrix4
88 Matrix4(const SkMatrix& v) { // NOLINT, implicit function in class:android::uirenderer::Matrix4
101 Matrix4& operator=(const SkMatrix& v) {
106 friend bool operator==(const Matrix4& a, const Matrix4& b) {
110 friend bool operator!=(const Matrix4& a, const Matrix4& b) {
119 void loadInverse(const Matrix4
[all...]

Completed in 211 milliseconds