Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/
DRenderTopView.cpp203 orthoMatrix = android::mat4::ortho(left, right, top, bottom, near, far); in drawFrame()
275 glUniformMatrix4fv(loc, 1, false, orthoMatrix.asArray()); in renderCarTopView()
333 glUniformMatrix4fv(locCam, 1, false, orthoMatrix.asArray()); in renderCameraOntoGroundPlane()
DRenderTopView.h72 android::mat4 orthoMatrix; variable