Home
last modified time | relevance | path

Searched refs:glcachestorage (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DGroup.cpp166 this->glcachestorage = in SoVRMLGroupP()
173 delete this->glcachestorage; in ~SoVRMLGroupP()
180 SbStorage * glcachestorage; member in SoVRMLGroupP
194 glcachestorage->applyToAll(invalidate_gl_cache, NULL); in invalidateGLCaches()
211 (sovrmlgroup_storage*) this->glcachestorage->get(); in getGLCacheList()
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoSeparator.cpp305 this->glcachestorage = in SoSeparatorP()
312 delete this->glcachestorage; in ~SoSeparatorP()
329 SbStorage * glcachestorage; member in SoSeparatorP
342 glcachestorage->applyToAll(invalidate_gl_cache, NULL); in invalidateGLCaches()
369 (soseparator_storage*) this->glcachestorage->get(); in getGLCacheList()