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