Home
last modified time | relevance | path

Searched refs:pvcache (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoReorganizeAction.cpp308 pvcache(NULL) in SoReorganizeActionP()
358 SoPrimitiveVertexCache * pvcache; member in SoReorganizeActionP
580 thisp->pvcache); in post_shape_cb()
597 thisp->pvcache->ref(); in triangle_cb()
602 if (thisp->pvcache) { in triangle_cb()
618 thisp->pvcache->ref(); in line_segment_cb()
623 if (thisp->pvcache) { in line_segment_cb()
624 thisp->pvcache->addLine(v1, v2); in line_segment_cb()
722 if (this->pvcache == NULL) return; in replaceNode()
741 this->pvcache->unref(); in replaceNode()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoShape.cpp177 this->pvcache = NULL; in SoShapeP()
184 if (this->pvcache) { this->pvcache->unref(); } in ~SoShapeP()
200 SoPrimitiveVertexCache * pvcache; member in SoShapeP
1201 PRIVATE(this)->pvcache->addPoint(v); in invokePointCallbacks()
1426 if (PRIVATE(this)->pvcache) { in notify()
1427 PRIVATE(this)->pvcache->invalidate(); in notify()
1757 if (PRIVATE(this)->pvcache == NULL || in validatePVCache()
1759 if (PRIVATE(this)->pvcache) { in validatePVCache()
1760 PRIVATE(this)->pvcache->unref(); in validatePVCache()
1770 PRIVATE(this)->pvcache->ref(); in validatePVCache()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcachegraph.c290 _excache pvcache; in _dxf_ExComputeRecipes() local
510 pvcache = pv->excache; in _dxf_ExComputeRecipes()
514 (pvcache == CACHE_ALL)) in _dxf_ExComputeRecipes()
515 pvcache = pv->excache = CACHE_LAST; in _dxf_ExComputeRecipes()
520 pvcache = pv->excache = CACHE_LAST_PERM; in _dxf_ExComputeRecipes()
522 pvcache = pv->excache = CACHE_LAST; in _dxf_ExComputeRecipes()
526 if (pvcache == CACHE_LAST || pvcache == CACHE_LAST_PERM) in _dxf_ExComputeRecipes()