Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DVkFunctorDrawable.cpp66 SkM44 mat4(mMatrix); in draw() local
DVkInteropFunctorDrawable.cpp124 SkM44 mat4(canvas->experimental_getLocalToDevice()); in onDraw() local
DGLFunctorDrawable.cpp88 SkM44 mat4(canvas->experimental_getLocalToDevice()); in onDraw() local
DSkiaDisplayList.cpp107 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.cpp247 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
288 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
309 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