Home
last modified time | relevance | path

Searched defs:TexCoord (Results 1 – 25 of 69) sorted by relevance

123

/dports/games/opencity/opencity-0.0.6.5stable/src/triangulation/
H A Dgeometry.h26 struct TexCoord struct
34 TexCoord texCoord; argument
/dports/astro/celestia/celestia-1.6.1/src/celtxf/
H A Dtexturefont.h45 struct TexCoord struct
62 TexCoord texCoords[4]; argument
/dports/astro/celestia-gtk/celestia-1.6.1/src/celtxf/
H A Dtexturefont.h45 struct TexCoord struct
62 TexCoord texCoords[4]; argument
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgadaptationlayer_p.h432 struct TexCoord { struct
440 TexCoord() {} in TexCoord() function
442 bool isNull() const { return width <= 0 || height <= 0; } in isNull()
443 bool isValid() const { return width >= 0 && height >= 0; } in isValid()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgadaptationlayer_p.h432 struct TexCoord { struct
440 TexCoord() {} in TexCoord() argument
442 bool isNull() const { return width <= 0 || height <= 0; } in isNull()
443 bool isValid() const { return width >= 0 && height >= 0; } in isValid()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/external/gli/gtx/
H A Dfetch.inl18 texture2D::dimensions_type const & TexCoord,
34 texture2D::texcoord_type const & TexCoord,
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/external/gli/gtx/
H A Dfetch.inl18 texture2D::dimensions_type const & TexCoord,
34 texture2D::texcoord_type const & TexCoord,
/dports/math/openmesh/OpenMesh-8.1/Doc/Examples/
H A Dtraits0.cc5 typedef Vec2f TexCoord; typedef
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MD2/
H A DMD2FileData.h136 struct TexCoord struct
138 uint16_t s;
139 uint16_t t;
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DMD2FileData.h135 struct TexCoord struct
137 uint16_t s;
138 uint16_t t;
H A DMD3FileData.h230 struct TexCoord struct
233 float U,V;
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MD2/
H A DMD2FileData.h136 struct TexCoord struct
138 uint16_t s;
139 uint16_t t;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DMD2FileData.h141 struct TexCoord struct
143 uint16_t s;
144 uint16_t t;
H A DMD3FileData.h236 struct TexCoord struct
239 float U,V;
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DMD2FileData.h136 struct TexCoord struct
138 uint16_t s;
139 uint16_t t;
H A DMD3FileData.h231 struct TexCoord struct
234 float U,V;
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DMD2FileData.h135 struct TexCoord struct
137 uint16_t s;
138 uint16_t t;
H A DMD3FileData.h229 struct TexCoord struct
232 ai_real U,V;
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/render/
H A DrGLRender.cpp96 virtual void TexCoord(REAL u, REAL v){ in TexCoord() function in glRenderer
100 virtual void TexCoord(REAL u, REAL v, REAL w){ in TexCoord() function in glRenderer
104 virtual void TexCoord(REAL u, REAL v, REAL w, REAL t){ in TexCoord() function in glRenderer
H A DrRender.h128 inline void TexCoord(REAL u, REAL v){ in TexCoord() function
132 inline void TexCoord(REAL u, REAL v, REAL w){ in TexCoord() function
136 inline void TexCoord(REAL u, REAL v, REAL w, REAL t){ in TexCoord() function
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Kernel_OSG/
H A DTraits.hh89 typedef osg::Vec2f TexCoord; typedef
/dports/games/traingame/traingame-cb6513e/include/
H A DIMesh.hpp30 typedef Point<float> TexCoord; typedef
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MD3/
H A DMD3FileData.h230 struct TexCoord struct
233 ai_real U,V;
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MD3/
H A DMD3FileData.h230 struct TexCoord struct
233 ai_real U,V;
/dports/math/vtk8/VTK-8.2.0/Rendering/OptiX/CUDA/
H A DCommon.h54 float2 TexCoord; member

123