Home
last modified time | relevance | path

Searched defs:arrayId (Results 1 – 25 of 105) sorted by relevance

12345

/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/
H A DFAXColladaWriter.cpp210 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourceMatrix() local
221 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourceColor() local
232 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourceTexcoord() local
243 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourcePosition() local
254 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourcePosition() local
265 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourcePosition() local
278 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourceFloat() local
290 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourceFloat() local
301 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourceFloat() local
312 FUSStringBuilder arrayId(id); arrayId.append("-array"); in AddSourceTangent() local
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkAbstractMapper.cxx122 int arrayId, in GetScalars()
135 int arrayId, in GetAbstractScalars()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkAbstractMapper.cxx118 int arrayId, const char* arrayName, int& cellFlag) in GetScalars()
127 int arrayAccessMode, int arrayId, const char* arrayName, int& cellFlag) in GetAbstractScalars()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/util/
H A DByteBufferPool.java172 Integer arrayId = System.identityHashCode(buf); in getBuffer() local
197 Integer arrayId = System.identityHashCode(buf); in returnBuffer() local
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkAbstractMapper.cxx122 int arrayId, in GetScalars()
135 int arrayId, in GetAbstractScalars()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump_mesh_vtk.cpp333 int arrayId = -1; in write_data() local
368 int arrayId = -1; in write_data() local
417 int arrayId = -1; in write_data() local
452 int arrayId = -1; in write_data() local
/dports/math/vtk9/VTK-9.1.0/Rendering/SceneGraph/
H A DvtkMapperNode.cxx86 int arrayId = mapper->GetArrayId(); in GetArrayToProcess() local
/dports/math/vtk8/VTK-8.2.0/Rendering/SceneGraph/
H A DvtkMapperNode.cxx91 int arrayId = mapper->GetArrayId(); in GetArrayToProcess() local
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkQuadraturePointInterpolator.cxx161 for (int arrayId = 0; arrayId < nArrays; ++arrayId) in InterpolateFields() local
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkQuadraturePointInterpolator.cxx168 for (int arrayId=0; arrayId<nArrays; ++arrayId) in InterpolateFields() local
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkQuadraturePointInterpolator.cxx168 for (int arrayId=0; arrayId<nArrays; ++arrayId) in InterpolateFields() local
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGLNew/
H A DvtkVolumeMask.h66 int arrayId, in Update()
/dports/math/vtk8/VTK-8.2.0/Rendering/VolumeOpenGL2/
H A DvtkVolumeMask.h80 int arrayId, in Update()
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGL2/
H A DvtkVolumeMask.h74 int arrayId, in Update()
/dports/math/vtk9/VTK-9.1.0/Rendering/VolumeOpenGL2/
H A DvtkVolumeMask.h66 int scalarMode, int arrayAccessMode, int arrayId, const char* arrayName, in Update()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/amazon/
H A Damazon_scripts.cpp503 int arrayId = (_data->readUint16LE() & 0xFF) - 1; in cmdSetHelp() local
/dports/games/scummvm/scummvm-2.5.1/engines/access/amazon/
H A Damazon_scripts.cpp503 int arrayId = (_data->readUint16LE() & 0xFF) - 1; in cmdSetHelp() local
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkVolumeOutlineSource.cxx640 for (int arrayId = 0; arrayId < 2; arrayId++) in GeneratePoints() local
693 for (int arrayId = 0; arrayId < 2; arrayId++) in GeneratePoints() local
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkVolumeOutlineSource.cxx661 for (int arrayId = 0; arrayId < 2; arrayId++) in GeneratePoints() local
704 for (int arrayId = 0; arrayId < 2; arrayId++) in GeneratePoints() local
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkVolumeOutlineSource.cxx661 for (int arrayId = 0; arrayId < 2; arrayId++) in GeneratePoints() local
704 for (int arrayId = 0; arrayId < 2; arrayId++) in GeneratePoints() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/include/
H A DCOLLADASWSource.h96 void setArrayId ( const String& arrayId ) in setArrayId()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DColladaExporter.cpp464 std::string arrayId = pIdString + "-array"; in WriteFloatArray() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleCompositeVector.cxx38 vtkm::cont::ArrayHandle<ValueType, StorageTag> MakeInputArray(int arrayId) in MakeInputArray()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleCompositeVector.cxx53 vtkm::cont::ArrayHandle<ValueType, StorageTag> MakeInputArray(int arrayId) in MakeInputArray()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DColladaExporter.cpp1140 std::string arrayId = pIdString + "-array"; in WriteFloatArray() local
1334 std::string arrayId = node_idstr + "-array"; in WriteAnimationLibrary() local

12345