Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_compatibility_common.h34 using mat4 = BASE_NS::Math::Mat4X4; variable
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp60 void InitMatrix4(OHOS::Rosen::TransformHelper::Matrix4& mat4, in InitMatrix4()
161 OHOS::Rosen::TransformHelper::Matrix4 mat4; in WindowUtilMathFuzzPart2() local
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DVkFunctorDrawable.cpp66 SkM44 mat4(mMatrix); in draw() local
H A DVkInteropFunctorDrawable.cpp128 SkM44 mat4(canvas->getLocalToDevice()); in onDraw() local
H A DGLFunctorDrawable.cpp73 SkM44 mat4(canvas->getLocalToDevice()); in onDraw() local
H A DSkiaDisplayList.cpp112 Matrix4 mat4(child.getRecordedMatrix()); in prepareListAndChildren() local
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dtypes.h42 using mat4 = mat4f; variable
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp246 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
287 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
308 Matrix4 mat4; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/aosp12/frameworks/base/libs/hwui/
H A DMatrix.h246 typedef Matrix4 mat4; typedef
H A DRecordingCanvas.cpp563 SkM44 mat4(c->getLocalToDevice()); in draw() local
/aosp12/frameworks/native/libs/math/include/math/
H A Dmat4.h579 typedef details::TMat44<float> mat4; typedef