Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DOpenGLReadback.h27 class Matrix4; variable
DDamageAccumulator.h37 class Matrix4; variable
DMatrix.h79 Matrix4() { loadIdentity(); } in Matrix4() function
81 explicit Matrix4(const float* v) { load(v); } in Matrix4() function
83 Matrix4(const SkMatrix& v) { // NOLINT, implicit in Matrix4() function
DGlopBuilder.h32 class Matrix4; variable
DRenderProperties.h48 class Matrix4; variable
/frameworks/ml/nn/runtime/test/
DTestTrivialModel.cpp27 typedef float Matrix4[4]; typedef