Home
last modified time | relevance | path

Searched defs:Matrix4 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DDamageAccumulator.h37 class Matrix4; variable
DMatrix.h80 Matrix4() { loadIdentity(); } in Matrix4() function
82 explicit Matrix4(const float* v) { load(v); } in Matrix4() function
84 Matrix4(const SkMatrix& v) { // NOLINT(google-explicit-constructor) in Matrix4() function
DRenderProperties.h47 class Matrix4; variable
/frameworks/ml/nn/runtime/test/
DTestTrivialModel.cpp27 typedef float Matrix4[4]; typedef