diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2012-01-24 11:42:55 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-25 03:05:15 (GMT) |
commit | c6618ef6e6d1b6b7ca7b52bfcda0f1489cc79198 (patch) | |
tree | b14b5d2ac834834c5dc28874e8cb18efe66969e0 /src/s60installs | |
parent | f66f2d2a202b32a703e2719e7eb91ee4d681220c (diff) | |
download | Qt-c6618ef6e6d1b6b7ca7b52bfcda0f1489cc79198.zip Qt-c6618ef6e6d1b6b7ca7b52bfcda0f1489cc79198.tar.gz Qt-c6618ef6e6d1b6b7ca7b52bfcda0f1489cc79198.tar.bz2 |
Add a public API for releasing cached GPU resources on Symbian
Task-number: ou1cimx1yyy964181
Change-Id: I2f24d1d0f988bfe029e24fd29d59e6421301b670
Reviewed-by: Jani Hautakangas <jani.hautakangas@nokia.com>
Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/bwins/QtGuiu.def | 1 | ||||
-rw-r--r-- | src/s60installs/eabi/QtGuiu.def | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/s60installs/bwins/QtGuiu.def b/src/s60installs/bwins/QtGuiu.def index 809b10e..e0e2939 100644 --- a/src/s60installs/bwins/QtGuiu.def +++ b/src/s60installs/bwins/QtGuiu.def @@ -13998,4 +13998,5 @@ EXPORTS ?setNativePaintMode@QSymbianGraphicsSystemHelper@@SAXPAVCCoeControl@@W4NativePaintMode@1@@Z @ 13997 NONAME ; void QSymbianGraphicsSystemHelper::setNativePaintMode(class CCoeControl *, enum QSymbianGraphicsSystemHelper::NativePaintMode) ?setIgnoreFocusChanged@QSymbianGraphicsSystemHelper@@SAXPAVQWidget@@_N@Z @ 13998 NONAME ; void QSymbianGraphicsSystemHelper::setIgnoreFocusChanged(class QWidget *, bool) ?inputContextBeingCreated@QApplicationPrivate@@2_NA @ 13999 NONAME ; bool QApplicationPrivate::inputContextBeingCreated + ?releaseCachedGpuResources@QSymbianGraphicsSystemHelper@@SAXXZ @ 14000 NONAME ; void QSymbianGraphicsSystemHelper::releaseCachedGpuResources(void) diff --git a/src/s60installs/eabi/QtGuiu.def b/src/s60installs/eabi/QtGuiu.def index 2789291..508ea87 100644 --- a/src/s60installs/eabi/QtGuiu.def +++ b/src/s60installs/eabi/QtGuiu.def @@ -12811,4 +12811,5 @@ EXPORTS _ZNK16QTreeViewPrivate18calcLogicalIndicesEP7QVectorIiEPS0_IN22QStyleOptionViewItemV416ViewItemPositionEE @ 12810 NONAME _ZNK16QTreeViewPrivate25adjustViewOptionsForIndexEP22QStyleOptionViewItemV4RK11QModelIndex @ 12811 NONAME _ZN19QApplicationPrivate24inputContextBeingCreatedE @ 12812 NONAME DATA 1 + _ZN28QSymbianGraphicsSystemHelper25releaseCachedGpuResourcesEv @ 12813 NONAME |