Changeset 769 for trunk/src/opengl/qgl_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/opengl/qgl_p.h
r651 r769 81 81 #endif //QT_OPENGL_ES_1_CL 82 82 83 #if def QT_OPENGL_ES83 #if defined(QT_OPENGL_ES) || defined(QT_OPENGL_ES_2) 84 84 QT_BEGIN_INCLUDE_NAMESPACE 85 85 86 #if defined(QT_OPENGL_ES_2) 86 #include <EGL/egl.h> 87 # include <GLES2/gl2.h> 88 #endif 89 90 #if defined(QT_GLES_EGL) 91 # include <GLES/egl.h> 87 92 #else 88 #include <GLES/egl.h> 89 #endif 93 # include <EGL/egl.h> 94 #endif 95 90 96 QT_END_INCLUDE_NAMESPACE 91 97 #endif … … 180 186 , eglSurfaceWindowId(0) 181 187 #endif 182 {} 188 { 189 isGLWidget = 1; 190 } 183 191 184 192 ~QGLWidgetPrivate() {} … … 539 547 static QGLTextureCache *instance(); 540 548 static void deleteIfEmpty(); 541 static void imageCleanupHook(qint64 cacheKey);542 static void cleanupTextures (QPixmapData* pixmap);549 static void cleanupTexturesForCacheKey(qint64 cacheKey); 550 static void cleanupTexturesForPixampData(QPixmapData* pixmap); 543 551 static void cleanupBeforePixmapDestruction(QPixmapData* pixmap); 544 552 … … 571 579 572 580 // One resource per group of shared contexts. 573 class Q_ AUTOTEST_EXPORT QGLContextResource581 class Q_OPENGL_EXPORT QGLContextResource 574 582 { 575 583 public:
Note:
See TracChangeset
for help on using the changeset viewer.