Home
last modified time | relevance | path

Searched refs:GlWrapper (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp188 bool GlWrapper::initialize(const sp<IAutomotiveDisplayProxyService>& service, uint64_t displayId) { in initialize()
303 void GlWrapper::shutdown() { in shutdown()
323 void GlWrapper::showWindow(sp<IAutomotiveDisplayProxyService>& service, uint64_t id) { in showWindow()
331 void GlWrapper::hideWindow(sp<IAutomotiveDisplayProxyService>& service, uint64_t id) { in hideWindow()
339 bool GlWrapper::updateImageTexture(const V1_0::BufferDesc& buffer) { in updateImageTexture()
360 bool GlWrapper::updateImageTexture(const BufferDesc& aFrame) { in updateImageTexture()
396 void GlWrapper::renderImageToScreen() { in renderImageToScreen()
DGlWrapper.h37 class GlWrapper {
39 GlWrapper() : mSurfaceHolder(android::SurfaceHolderUniquePtr(nullptr, nullptr)) {} in GlWrapper() function
DEvsDisplay.h59 std::unique_ptr<GlWrapper> mGlWrapper;
DEvsDisplay.cpp45 mGlWrapper(std::make_unique<GlWrapper>()) { in EvsDisplay()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp192 bool GlWrapper::initialize(const std::shared_ptr<ICarDisplayProxy>& pWindowProxy, in initialize()
310 void GlWrapper::shutdown() { in shutdown()
337 void GlWrapper::showWindow(const std::shared_ptr<ICarDisplayProxy>& pWindowProxy, uint64_t id) { in showWindow()
345 void GlWrapper::hideWindow(const std::shared_ptr<ICarDisplayProxy>& pWindowProxy, uint64_t id) { in hideWindow()
353 bool GlWrapper::updateImageTexture(buffer_handle_t handle, in updateImageTexture()
389 void GlWrapper::renderImageToScreen() { in renderImageToScreen()
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DGlWrapper.h34 class GlWrapper {
DEvsGlDisplay.h71 GlWrapper mGlWrapper;