Searched refs:orthoMatrix (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/evs/apps/default/src/ |
D | RenderTopView.cpp | 189 orthoMatrix = android::mat4::ortho(left, right, top, bottom, near, far); in drawFrame() 260 glUniformMatrix4fv(loc, 1, false, orthoMatrix.asArray()); in renderCarTopView() 314 glUniformMatrix4fv(locCam, 1, false, orthoMatrix.asArray()); in renderCameraOntoGroundPlane()
|
/packages/services/Car/cpp/evs/apps/default/inc/ |
D | RenderTopView.h | 67 android::mat4 orthoMatrix; variable
|