Searched refs:orthoMatrix (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/evs/app/ |
D | RenderTopView.cpp | 197 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()
|
D | RenderTopView.h | 72 android::mat4 orthoMatrix; variable
|