Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DRenderTopView.cpp197 orthoMatrix = android::mat4::ortho(left, right, top, bottom, near, far); in drawFrame()
269 glUniformMatrix4fv(loc, 1, false, orthoMatrix.asArray()); in renderCarTopView()
327 glUniformMatrix4fv(locCam, 1, false, orthoMatrix.asArray()); in renderCameraOntoGroundPlane()
DRenderTopView.h72 android::mat4 orthoMatrix; variable