Searched refs:GlWrapper (Results 1 – 7 of 7) sorted by relevance
175 bool GlWrapper::initialize(sp<IAutomotiveDisplayProxyService> pWindowProxy, uint64_t displayId) { in initialize()290 void GlWrapper::shutdown() { in shutdown()310 void GlWrapper::showWindow(sp<IAutomotiveDisplayProxyService>& pWindowProxy, uint64_t id) { in showWindow()318 void GlWrapper::hideWindow(sp<IAutomotiveDisplayProxyService>& pWindowProxy, uint64_t id) { in hideWindow()326 bool GlWrapper::updateImageTexture(const BufferDesc_1_0& buffer) { in updateImageTexture()343 bool GlWrapper::updateImageTexture(const BufferDesc_1_1& aFrame) { in updateImageTexture()380 void GlWrapper::renderImageToScreen() { in renderImageToScreen()
37 class GlWrapper {39 GlWrapper() : mSurfaceHolder(android::SurfaceHolderUniquePtr(nullptr, nullptr)) {} in GlWrapper() function
67 GlWrapper mGlWrapper;
35 "GlWrapper.cpp",
190 bool GlWrapper::initialize(const std::shared_ptr<ICarDisplayProxy>& pWindowProxy, in initialize()308 void GlWrapper::shutdown() { in shutdown()335 void GlWrapper::showWindow(const std::shared_ptr<ICarDisplayProxy>& pWindowProxy, uint64_t id) { in showWindow()343 void GlWrapper::hideWindow(const std::shared_ptr<ICarDisplayProxy>& pWindowProxy, uint64_t id) { in hideWindow()351 bool GlWrapper::updateImageTexture(buffer_handle_t handle, in updateImageTexture()387 void GlWrapper::renderImageToScreen() { in renderImageToScreen()
36 class GlWrapper {38 GlWrapper() = default;
74 GlWrapper mGlWrapper;