Home
last modified time | relevance | path

Searched defs:UVs (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DRecord.cpp152 osg::Vec2Array* UVs = dynamic_cast<osg::Vec2Array*>(geometry.getTexCoordArray(unit)); in getOrCreateTextureArray() local
H A DGeometryRecords.cpp118 … osg::Vec2Array* UVs = dynamic_cast<osg::Vec2Array*>(geom->getTexCoordArray(i)); in addDrawableAndReverseWindingOrder() local
299 osg::Vec2Array* UVs = getOrCreateTextureArray(*_geometry,layer); in addVertex() local
307 osg::Vec2Array* UVs = getOrCreateTextureArray(*_geometry,unit); in addVertexUV() local
341 osg::Vec2Array* UVs = getOrCreateTextureArray(*_geometry,layer); in addMorphVertex() local
1451 osg::Vec2Array* UVs = getOrCreateTextureArray(*geometry,layer); in readRecord() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DRecord.cpp152 osg::Vec2Array* UVs = dynamic_cast<osg::Vec2Array*>(geometry.getTexCoordArray(unit)); in getOrCreateTextureArray() local
H A DGeometryRecords.cpp118 … osg::Vec2Array* UVs = dynamic_cast<osg::Vec2Array*>(geom->getTexCoordArray(i)); in addDrawableAndReverseWindingOrder() local
299 osg::Vec2Array* UVs = getOrCreateTextureArray(*_geometry,layer); in addVertex() local
307 osg::Vec2Array* UVs = getOrCreateTextureArray(*_geometry,unit); in addVertexUV() local
341 osg::Vec2Array* UVs = getOrCreateTextureArray(*_geometry,layer); in addMorphVertex() local
1409 osg::Vec2Array* UVs = getOrCreateTextureArray(*geometry,layer); in readRecord() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/QuadMeshingTools/
H A DqmtMeshUtils.h158 std::vector<SPoint2> UVs; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMAnalysis/
H A DInstructionSimplifyGenX.cpp62 auto ConvertableToI32 = [Ty32](const ArrayRef<uint64_t> &UVs, bool Signed) { in transformConstantToMulDDQOperand()
71 SmallVector<uint64_t, 16> UVs; in transformConstantToMulDDQOperand() local
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_PlaneDistortCommonOperation.cpp123 float UVs[4][2]; in determineDependingAreaOfInterest() local
/dports/misc/usd/USD-21.11/extras/usd/examples/usdObj/
H A Dstream.h109 UVs, enumerator
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/Core/Code/
H A DMesh.h233 inline const std::vector<fVector2>& UVVMap::UVs() const { return m_vecUVs; } in UVs() function