Home
last modified time | relevance | path

Searched defs:mat4 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DVkFunctorDrawable.cpp65 SkMatrix44 mat4(mMatrix); in draw() local
DVkInteropFunctorDrawable.cpp124 SkMatrix44 mat4(canvas->getTotalMatrix()); in onDraw() local
DGLFunctorDrawable.cpp95 SkMatrix44 mat4(canvas->getTotalMatrix()); in onDraw() local
DSkiaDisplayList.cpp98 Matrix4 mat4(child.getRecordedMatrix()); in prepareListAndChildren() local
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dtypes.h42 using mat4 = mat4f; variable
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp248 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
289 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
310 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/frameworks/base/libs/hwui/
DMatrix.h246 typedef Matrix4 mat4; typedef
/frameworks/native/libs/math/include/math/
Dmat4.h579 typedef details::TMat44<float> mat4; typedef