Searched refs:newEffect (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 1549 …::updateState(const QSGMaterialShader::RenderState &state, QSGMaterial *newEffect, QSGMaterial *ol… in updateState() argument 1551 Q_ASSERT(oldEffect == nullptr || newEffect->type() == oldEffect->type()); in updateState() 1553 MapPolylineMaterial *newMaterial = static_cast<MapPolylineMaterial *>(newEffect); in updateState() 1765 …::updateState(const QSGMaterialShader::RenderState &state, QSGMaterial *newEffect, QSGMaterial *ol… in updateState() argument 1767 Q_ASSERT(oldEffect == nullptr || newEffect->type() == oldEffect->type()); in updateState() 1769 … MapPolylineMaterialExtruded *newMaterial = static_cast<MapPolylineMaterialExtruded *>(newEffect); in updateState()
|
| H A D | qdeclarativepolygonmapitem.cpp | 1036 …::updateState(const QSGMaterialShader::RenderState &state, QSGMaterial *newEffect, QSGMaterial *ol… in updateState() argument 1038 Q_ASSERT(oldEffect == nullptr || newEffect->type() == oldEffect->type()); in updateState() 1040 MapPolygonMaterial *newMaterial = static_cast<MapPolygonMaterial *>(newEffect); 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…
|