Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp1549 …::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 Dqdeclarativepolygonmapitem.cpp1036 …::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 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…