Home
last modified time | relevance | path

Searched refs:GetCameraRotationMatrix (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.h112 glm::mat4 GetCameraRotationMatrix(float cameraOutRaw[]);
Dutil.cc204 glm::mat4 GetCameraRotationMatrix(float cameraOutRaw[]) { in GetCameraRotationMatrix() function
232 cameraRotation = util::GetCameraRotationMatrix(outCameraRaw); in GetCameraInfo()