Home
last modified time | relevance | path

Searched refs:mCurrentMode (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/X11/
H A DOgreX11EGLSupport.cpp74 mCurrentMode.width = screenSizes[currentSizeID].width; in X11EGLSupport()
75 mCurrentMode.height = screenSizes[currentSizeID].height; in X11EGLSupport()
76 mCurrentMode.refreshRate = XRRConfigCurrentRate(screenConfig); in X11EGLSupport()
78 mOriginalMode = mCurrentMode; in X11EGLSupport()
102 mCurrentMode.width = DisplayWidth(mNativeDisplay, DefaultScreen(mNativeDisplay)); in X11EGLSupport()
103 mCurrentMode.height = DisplayHeight(mNativeDisplay, DefaultScreen(mNativeDisplay)); in X11EGLSupport()
104 mCurrentMode.refreshRate = 0; in X11EGLSupport()
106 mOriginalMode = mCurrentMode; in X11EGLSupport()
108 mVideoModes.push_back(mCurrentMode); in X11EGLSupport()
205 if (newMode && *newMode != mCurrentMode) in switchMode()
[all …]
/dports/net/freerdp/freerdp-2.5.0/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/utils/
H A DDoubleGestureDetector.java36 private int mCurrentMode; field in DoubleGestureDetector
114 mCurrentMode = MODE_UNKNOWN; in onTouchEvent()
149 mCurrentMode = MODE_UNKNOWN; in onTouchEvent()
162 if (mCurrentMode == MODE_UNKNOWN) in onTouchEvent()
171 mCurrentMode = MODE_PINCH_ZOOM; in onTouchEvent()
178 mCurrentMode = MODE_SCROLL; in onTouchEvent()
182 switch (mCurrentMode) in onTouchEvent()
218 if (mCurrentMode == MODE_UNKNOWN && hasTapEvent) in onTouchEvent()
220 else if (mCurrentMode == MODE_PINCH_ZOOM) in onTouchEvent()
245 mCurrentMode = MODE_UNKNOWN; in cancel()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/X11/
H A DOgreX11EGLSupport.cpp109 mCurrentMode.first.first = screenSizes[currentSizeID].width; in X11EGLSupport()
110 mCurrentMode.first.second = screenSizes[currentSizeID].height; in X11EGLSupport()
111 mCurrentMode.second = XRRConfigCurrentRate(screenConfig); in X11EGLSupport()
112 mOriginalMode = mCurrentMode; in X11EGLSupport()
136mCurrentMode.first.first = DisplayWidth((Display*)mNativeDisplay, DefaultScreen(mNativeDisplay)); in X11EGLSupport()
138 mCurrentMode.second = 0; in X11EGLSupport()
139 mOriginalMode = mCurrentMode; in X11EGLSupport()
140 mVideoModes.push_back(mCurrentMode); in X11EGLSupport()
259 if (newMode && *newMode != mCurrentMode) in switchMode()
271 mCurrentMode = *newMode; in switchMode()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/src/
H A DDeferredShading.cpp76 mCurrentMode = DSM_SHOWLIT; in initialize()
104 if (mCurrentMode == mode && mInstance[mode]->getEnabled()==mActive) in setMode()
119 mCurrentMode = mode; in setMode()
121 mSSAOInstance->setEnabled(mActive && mSSAO && mCurrentMode == DSM_SHOWLIT); in setMode()
129 if (mActive && mCurrentMode == DSM_SHOWLIT) in setSSAO()
148 setMode(mCurrentMode); in setActive()
154 return mCurrentMode; in getMode()
198 CompositorInstance* ci = mInstance[mCurrentMode]; in logCurrentMode()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/Android/
H A DOgreAndroidEGLSupport.cpp48 mCurrentMode.first.first = 1280; in AndroidEGLSupport()
49 mCurrentMode.first.second = 800; in AndroidEGLSupport()
50 mCurrentMode.second = 0; in AndroidEGLSupport()
51 mOriginalMode = mCurrentMode; in AndroidEGLSupport()
52 mVideoModes.push_back(mCurrentMode); in AndroidEGLSupport()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/src/
H A DDeferredShading.cpp94 mCurrentMode = DSM_SHOWLIT; in initialize()
122 if (mCurrentMode == mode && mInstance[mode]->getEnabled()==mActive) in setMode()
137 mCurrentMode = mode; in setMode()
139 mSSAOInstance->setEnabled(mActive && mSSAO && mCurrentMode == DSM_SHOWLIT); in setMode()
147 if (mActive && mCurrentMode == DSM_SHOWLIT) in setSSAO()
166 setMode(mCurrentMode); in setActive()
172 return mCurrentMode; in getMode()
216 CompositorInstance* ci = mInstance[mCurrentMode]; in logCurrentMode()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/Android/
H A DOgreAndroidEGLSupport.cpp50 mCurrentMode.width = 1280; in AndroidEGLSupport()
51 mCurrentMode.height = 800; in AndroidEGLSupport()
52 mCurrentMode.refreshRate = 0; in AndroidEGLSupport()
53 mOriginalMode = mCurrentMode; in AndroidEGLSupport()
54 mVideoModes.push_back(mCurrentMode); in AndroidEGLSupport()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/Android/
H A DOgreAndroidEGLSupport.cpp49 mCurrentMode.first.first = 1280; in AndroidEGLSupport()
50 mCurrentMode.first.second = 800; in AndroidEGLSupport()
51 mCurrentMode.second = 0; in AndroidEGLSupport()
52 mOriginalMode = mCurrentMode; in AndroidEGLSupport()
53 mVideoModes.push_back(mCurrentMode); in AndroidEGLSupport()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/WIN32/
H A DOgreWin32EGLSupport.cpp62 mCurrentMode.width = DevMode.dmPelsWidth; in Win32EGLSupport()
63 mCurrentMode.height = DevMode.dmPelsHeight; in Win32EGLSupport()
64 mCurrentMode.refreshRate = 0; in Win32EGLSupport()
65 mOriginalMode = mCurrentMode; in Win32EGLSupport()
66 mVideoModes.push_back(mCurrentMode); in Win32EGLSupport()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/EGL/Emscripten/
H A DOgreEmscriptenEGLSupport.cpp50 mCurrentMode.width = 800; in EmscriptenEGLSupport()
51 mCurrentMode.height = 600; in EmscriptenEGLSupport()
52 mCurrentMode.refreshRate = 0; in EmscriptenEGLSupport()
53 mOriginalMode = mCurrentMode; in EmscriptenEGLSupport()
54 mVideoModes.push_back(mCurrentMode); in EmscriptenEGLSupport()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EGL/WIN32/
H A DOgreWin32EGLSupport.cpp63 mCurrentMode.first.first = DevMode.dmPelsWidth; in Win32EGLSupport()
64 mCurrentMode.first.second = DevMode.dmPelsHeight; in Win32EGLSupport()
65 mCurrentMode.second = 0; in Win32EGLSupport()
66 mOriginalMode = mCurrentMode; in Win32EGLSupport()
67 mVideoModes.push_back(mCurrentMode); in Win32EGLSupport()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/WIN32/
H A DOgreWin32EGLSupport.cpp63 mCurrentMode.first.first = DevMode.dmPelsWidth; in Win32EGLSupport()
64 mCurrentMode.first.second = DevMode.dmPelsHeight; in Win32EGLSupport()
65 mCurrentMode.second = 0; in Win32EGLSupport()
66 mOriginalMode = mCurrentMode; in Win32EGLSupport()
67 mVideoModes.push_back(mCurrentMode); in Win32EGLSupport()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLX/
H A DOgreGLXGLSupport.cpp93 mCurrentMode.width = screenSizes[currentSizeID].width; in GLXGLSupport()
94 mCurrentMode.height = screenSizes[currentSizeID].height; in GLXGLSupport()
95 mCurrentMode.refreshRate = XRRConfigCurrentRate(screenConfig); in GLXGLSupport()
97 mOriginalMode = mCurrentMode; in GLXGLSupport()
122 mCurrentMode.width = DisplayWidth(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
123 mCurrentMode.height = DisplayHeight(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
124 mCurrentMode.refreshRate = 0; in GLXGLSupport()
126 mOriginalMode = mCurrentMode; in GLXGLSupport()
128 mVideoModes.push_back(mCurrentMode); in GLXGLSupport()
764 if (newMode && *newMode != mCurrentMode) in switchMode()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EGL/X11/
H A DOgreX11EGLSupport.cpp98 mCurrentMode.first.first = DisplayWidth(mNativeDisplay, DefaultScreen(mNativeDisplay)); in X11EGLSupport()
99 mCurrentMode.first.second = DisplayHeight(mNativeDisplay, DefaultScreen(mNativeDisplay)); in X11EGLSupport()
100 mCurrentMode.second = 0; in X11EGLSupport()
102 mOriginalMode = mCurrentMode; in X11EGLSupport()
104 mVideoModes.push_back(mCurrentMode); in X11EGLSupport()
206 if (newMode && *newMode != mCurrentMode) in switchMode()
212 mCurrentMode = *newMode; in switchMode()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLX/
H A DOgreGLXGLSupport.cpp89 mCurrentMode.first.first = screenSizes[currentSizeID].width; in GLXGLSupport()
90 mCurrentMode.first.second = screenSizes[currentSizeID].height; in GLXGLSupport()
91 mCurrentMode.second = XRRConfigCurrentRate(screenConfig); in GLXGLSupport()
93 mOriginalMode = mCurrentMode; in GLXGLSupport()
120 mCurrentMode.second = 0; in GLXGLSupport()
122 mOriginalMode = mCurrentMode; in GLXGLSupport()
124 mVideoModes.push_back(mCurrentMode); in GLXGLSupport()
216 …rentValue = StringConverter::toString(mCurrentMode.first.first,4) + " x " + StringConverter::toStr… in addConfig()
922 if (newMode && *newMode != mCurrentMode) in switchMode()
936 mCurrentMode = *newMode; in switchMode()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLX/
H A DOgreGLXGLSupport.cpp84 mCurrentMode.first.first = screenSizes[currentSizeID].width; in GLXGLSupport()
85 mCurrentMode.first.second = screenSizes[currentSizeID].height; in GLXGLSupport()
86 mCurrentMode.second = XRRConfigCurrentRate(screenConfig); in GLXGLSupport()
88 mOriginalMode = mCurrentMode; in GLXGLSupport()
115 mCurrentMode.second = 0; in GLXGLSupport()
117 mOriginalMode = mCurrentMode; in GLXGLSupport()
119 mVideoModes.push_back(mCurrentMode); in GLXGLSupport()
211 …rentValue = StringConverter::toString(mCurrentMode.first.first,4) + " x " + StringConverter::toStr… in addConfig()
936 if (newMode && *newMode != mCurrentMode) in switchMode()
950 mCurrentMode = *newMode; in switchMode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/
H A DStack.java208 protected @Orientation int mCurrentMode = Orientation.PORTRAIT; field in Stack
826 if (mCurrentMode == Orientation.PORTRAIT) { in drag()
880 if (mCurrentMode == Orientation.PORTRAIT) { in discard()
1003 float velocity = mCurrentMode == Orientation.PORTRAIT in fling()
1818 return mCurrentMode == Orientation.PORTRAIT in getStackScale()
2036 mCurrentMode = Orientation.LANDSCAPE; in updateCurrentMode()
2038 mCurrentMode = orientation; in updateCurrentMode()
2045 mBorderLeftPadding, mCurrentMode); in updateCurrentMode()
2099 if (mCurrentMode == Orientation.PORTRAIT in swipeStarted()
2159 if (mCurrentMode == Orientation.PORTRAIT) { in swipeUpdated()
[all …]
H A DOverlappingStack.java161 boolean inverse = (mCurrentMode == Orientation.PORTRAIT) in onPinch()
168 float pinch0Offset = (mCurrentMode == Orientation.PORTRAIT) in onPinch()
171 float pinch1Offset = (mCurrentMode == Orientation.PORTRAIT) in onPinch()
251 maxScreen = screenAfter + mStackTabs[i].getSizeInScrollDirection(mCurrentMode); in onPinch()
264 maxScreen = screenAfter + mStackTabs[i].getSizeInScrollDirection(mCurrentMode); in onPinch()
275 minScreen = posScreen - mStackTabs[i].getSizeInScrollDirection(mCurrentMode); in onPinch()
368 final boolean portrait = mCurrentMode == Orientation.PORTRAIT; in computeTabClippingVisibilityHelper()
523 minSpacing, mStackTabs[i].getSizeInScrollDirection(mCurrentMode)); in computeSpacing()
/dports/net/akonadi-contacts/akonadi-contacts-21.12.3/src/contact-editor/editor/addresseditor/
H A Daddresslocationwidget.cpp28 , mCurrentMode(CreateAddress) in AddressLocationWidget()
256 switch (mCurrentMode) { in switchMode()
269 mCurrentMode = ModifyAddress; in slotModifyAddress()
276 mCurrentMode = CreateAddress; in clear()
283 if (mCurrentMode == ModifyAddress) { in slotUpdateAddress()
291 if (mCurrentMode == ModifyAddress) { in slotRemoveAddress()
H A Daddresslocationwidget.h74 Mode mCurrentMode; variable
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/include/
H A DDeferredShading.h108 DSMode mCurrentMode; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/include/
H A DDeferredShading.h109 DSMode mCurrentMode; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/GLX/
H A DOgreGLXGLSupport.h211 VideoMode mCurrentMode; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/EGL/
H A DOgreEGLSupport.h63 VideoMode mCurrentMode; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/GLX/
H A DOgreGLXGLSupport.h193 VideoMode mCurrentMode; variable

12