Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DRenderTopView.cpp94 RenderTopView::RenderTopView(sp<IEvsEnumerator> enumerator, in RenderTopView() function in RenderTopView
109 bool RenderTopView::activate() { in activate()
165 void RenderTopView::deactivate() { in deactivate()
176 bool RenderTopView::drawFrame(const BufferDesc& tgtBuffer) { in drawFrame()
231 void RenderTopView::renderCarTopView() { in renderCarTopView()
286 void RenderTopView::renderCameraOntoGroundPlane(const ActiveCamera& cam) { in renderCameraOntoGroundPlane()
DRenderTopView.h36 class RenderTopView: public RenderBase {
38 RenderTopView(sp<IEvsEnumerator> enumerator,
DAndroid.mk11 RenderTopView.cpp \
DEvsStateControl.cpp321 mDesiredRenderer = std::make_unique<RenderTopView>(mEvs, in configureEvsPipeline()