Home
last modified time | relevance | path

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

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dml_shared_data_context.h345 return _gpumeminfo; in memoryInfoManager()
419 vcg::QtThreadSafeMemoryInfo& _gpumeminfo; variable
H A Dml_shared_data_context.cpp9 …:QGLWidget(),_md(md),_gpumeminfo(gpumeminfo),_perbatchtriangles(perbatchtriangles), _minfacessmoot… in MLSceneGLSharedDataContext()
188 _meshboman[mmid] = new PerMeshMultiViewManager(mesh->cm,_gpumeminfo,_perbatchtriangles); in meshInserted()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dgl_mesh_attributes_multi_viewer_bo_manager.h291 …:_mesh(mesh),_gpumeminfo(meminfo),_bo(INT_ATT_NAMES::enumArity(),NULL),_currallocatedboatt(),_perb… in NotThreadSafeGLMeshAttributesMultiViewerBOManager()
667 if (!_gpumeminfo.isAdditionalMemoryAvailable(changedsize)) in buffersMemoryManagementFunction()
705 … failedallocation = (err == GL_OUT_OF_MEMORY) || (!_gpumeminfo.isAdditionalMemoryAvailable(dim)); in buffersMemoryManagementFunction()
710 _gpumeminfo.acquiredMemory(dim); in buffersMemoryManagementFunction()
1165 _gpumeminfo.releasedMemory(bobj->_size * bobj->getSizeOfGLType()); in bufferDeAllocationRequested()
2290 MemoryInfo& _gpumeminfo; variable
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dgl_mesh_attributes_multi_viewer_bo_manager.h341 …:_mesh(mesh), _gpumeminfo(meminfo), _bo(INT_ATT_NAMES::enumArity(), NULL), _currallocatedboatt(), … in NotThreadSafeGLMeshAttributesMultiViewerBOManager()
717 if (!_gpumeminfo.isAdditionalMemoryAvailable(changedsize)) in buffersMemoryManagementFunction()
755 … failedallocation = (err == GL_OUT_OF_MEMORY) || (!_gpumeminfo.isAdditionalMemoryAvailable(dim)); in buffersMemoryManagementFunction()
760 _gpumeminfo.acquiredMemory(dim); in buffersMemoryManagementFunction()
1215 _gpumeminfo.releasedMemory(bobj->_size * bobj->getSizeOfGLType()); in bufferDeAllocationRequested()
2337 MemoryInfo& _gpumeminfo; variable