Searched refs:oldEffect (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 1549 …eState(const QSGMaterialShader::RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) in updateState() argument 1551 Q_ASSERT(oldEffect == nullptr || newEffect->type() == oldEffect->type()); in updateState() 1552 MapPolylineMaterial *oldMaterial = static_cast<MapPolylineMaterial *>(oldEffect); in updateState() 1765 …eState(const QSGMaterialShader::RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) in updateState() argument 1767 Q_ASSERT(oldEffect == nullptr || newEffect->type() == oldEffect->type()); in updateState() 1768 … MapPolylineMaterialExtruded *oldMaterial = static_cast<MapPolylineMaterialExtruded *>(oldEffect); in updateState()
|
| H A D | qdeclarativepolygonmapitem.cpp | 1036 …eState(const QSGMaterialShader::RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) in updateState() argument 1038 Q_ASSERT(oldEffect == nullptr || newEffect->type() == oldEffect->type()); in updateState() 1039 MapPolygonMaterial *oldMaterial = static_cast<MapPolygonMaterial *>(oldEffect); in updateState()
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 406 …void updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) overrid… 450 …void updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) overrid…
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 177 …void updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) overrid…
|