Home
last modified time | relevance | path

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

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.h95 …void SetModelMatrices(glm::mat4& aaMat, glm::mat4& caMat, glm::mat4& snapMat, const glm::mat4& pla…
Dhello_ar_application.cc925 …void HelloArApplication::SetModelMatrices(glm::mat4& aaMat, glm::mat4& caMat, glm::mat4& snapMat, … in SetModelMatrices() function in hello_ar::HelloArApplication
977 SetModelMatrices(matrixAxisAligned, matrixCameraAligned, matrixSnapAligned, planeModel); in OnTouchedFinal()