Home
last modified time | relevance | path

Searched refs:hideWindow (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/host/
DNativeSubWindow_win32.cpp42 void* repaint_callback_param, int hideWindow){ in createSubWindow() argument
76 if (!hideWindow) in createSubWindow()
DNativeSubWindow_x11.cpp49 int hideWindow) { in createSubWindow() argument
72 if (!hideWindow) { in createSubWindow()
DNativeSubWindow_qnx.cpp42 void* repaint_callback_param, int hideWindow) { in createSubWindow() argument
105 int visible = hideWindow ? 0 : 1; in createSubWindow()
DNativeSubWindow_stub.cpp23 void* repaint_callback_param, int hideWindow) { in createSubWindow() argument
DNativeSubWindow.h55 int hideWindow);
DNativeSubWindow_android.cpp29 int hideWindow) { in createSubWindow() argument
DRenderWindow.cpp109 bool hideWindow; member
206 msg.subwindow.hideWindow); in process()
561 bool hideWindow) { in setupSubWindow() argument
576 msg.subwindow.hideWindow = hideWindow; in setupSubWindow()
DRenderWindow.h116 bool hideWindow);
DNativeSubWindow_cocoa.mm67 int hideWindow) {
92 if (hideWindow) {
DRendererImpl.h81 bool hideWindow) final;
DRendererImpl.cpp500 bool hideWindow) { in showOpenGLSubwindow() argument
503 zRot, deleteExisting, hideWindow); in showOpenGLSubwindow()
DFrameBuffer.h164 bool deleteExisting, bool hideWindow);
DFrameBuffer.cpp845 bool hideWindow) { in setupSubWindow() argument
950 if (!hideWindow) { in setupSubWindow()
952 subWindowRepaint, this, hideWindow); in setupSubWindow()
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DGlWrapper.h48 void hideWindow(const std::shared_ptr<automotivedisplay::ICarDisplayProxy>& svc,
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.h48 void hideWindow(sp<IAutomotiveDisplayProxyService>& service, uint64_t id);
DEvsDisplay.cpp89 mGlWrapper->hideWindow(mDisplayProxy, mDisplayId); in forceShutdown()
137 mGlWrapper->hideWindow(mDisplayProxy, mDisplayId); in setDisplayState()
DGlWrapper.cpp331 void GlWrapper::hideWindow(sp<IAutomotiveDisplayProxyService>& service, uint64_t id) { in hideWindow() function in android::hardware::automotive::evs::V1_1::implementation::GlWrapper
333 service->hideWindow(id); in hideWindow()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/
Dopengles.h110 bool hideWindow);
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp345 void GlWrapper::hideWindow(const std::shared_ptr<ICarDisplayProxy>& pWindowProxy, uint64_t id) { in hideWindow() function in aidl::android::hardware::automotive::evs::implementation::GlWrapper
347 pWindowProxy->hideWindow(id); in hideWindow()
DEvsGlDisplay.cpp227 mGlWrapper.hideWindow(mDisplayProxy, mDisplayId); in renderFrames()
286 mGlWrapper.hideWindow(mDisplayProxy, mDisplayId); in setDisplayState()
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp387 bool hideWindow) { in android_showOpenglesWindow() argument
394 hideWindow); in android_showOpenglesWindow()
/hardware/google/gfxstream/include/render-utils/
DRenderer.h195 bool hideWindow) = 0;