Home
last modified time | relevance | path

Searched refs:oldEffect (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp1549 …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 Dqdeclarativepolygonmapitem.cpp1036 …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 Dqdeclarativepolylinemapitem_p_p.h406 …void updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) overrid…
450 …void updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) overrid…
H A Dqdeclarativepolygonmapitem_p_p.h177 …void updateState(const RenderState &state, QSGMaterial *newEffect, QSGMaterial *oldEffect) overrid…