Searched refs:GlWrapper (Results 1 – 7 of 7) sorted by relevance
188 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()
37 class GlWrapper {39 GlWrapper() : mSurfaceHolder(android::SurfaceHolderUniquePtr(nullptr, nullptr)) {} in GlWrapper() function
59 std::unique_ptr<GlWrapper> mGlWrapper;
45 mGlWrapper(std::make_unique<GlWrapper>()) { in EvsDisplay()
192 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()
34 class GlWrapper {
71 GlWrapper mGlWrapper;