Home
last modified time | relevance | path

Searched refs:RenderTopView (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/evs/apps/default/
DRenderTopView.cpp97 RenderTopView::RenderTopView(sp<IEvsEnumerator> enumerator, in RenderTopView() function in RenderTopView
112 bool RenderTopView::activate() { in activate()
171 void RenderTopView::deactivate() { in deactivate()
182 bool RenderTopView::drawFrame(const BufferDesc& tgtBuffer) { in drawFrame()
237 void RenderTopView::renderCarTopView() { in renderCarTopView()
292 void RenderTopView::renderCameraOntoGroundPlane(const ActiveCamera& cam) { in renderCameraOntoGroundPlane()
DRenderTopView.h36 class RenderTopView: public RenderBase {
38 RenderTopView(sp<IEvsEnumerator> enumerator,
DAndroid.bp31 "RenderTopView.cpp",
DEvsStateControl.cpp341 mDesiredRenderer = std::make_unique<RenderTopView>(mEvs, in configureEvsPipeline()