Home
last modified time | relevance | path

Searched defs:Texture2D (Results 1 – 25 of 145) sorted by relevance

123456

/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/texture/
H A DTexture2D.h22 struct OSPSG_INTERFACE Texture2D : public Texture struct
43 std::string fileName;
52 bool hasUDIM() in hasUDIM()
57 vec2f getUDIM_scale() in getUDIM_scale()
88 static std::map<std::string, std::weak_ptr<Texture2D>> textureCache; argument
113 using udimTile = std::pair<std::string, vec2i>;
116 {
120 } udim_params;
/dports/graphics/embree/embree-3.13.2/tutorials/common/texture/
H A Dtexture2d.h16 struct Texture2D { struct
20 Texture2D_get get; argument
25 inline Vec2f clamp2edge(const Texture2D *self, const Vec2f p) in clamp2edge() argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/test/
H A Dtest_opengl.cpp280 PARAM_TEST_CASE(Texture2D, cv::Size, MatType) in PARAM_TEST_CASE() argument
309 CUDA_TEST_P(Texture2D, Constructor1) in CUDA_TEST_P() argument
318 CUDA_TEST_P(Texture2D, Constructor2) in CUDA_TEST_P() argument
327 CUDA_TEST_P(Texture2D, ConstructorFromMat) in CUDA_TEST_P() argument
339 CUDA_TEST_P(Texture2D, ConstructorFromGpuMat) in CUDA_TEST_P() argument
376 CUDA_TEST_P(Texture2D, Create) in CUDA_TEST_P() argument
386 CUDA_TEST_P(Texture2D, CopyFromMat) in CUDA_TEST_P() argument
399 CUDA_TEST_P(Texture2D, CopyFromGpuMat) in CUDA_TEST_P() argument
413 CUDA_TEST_P(Texture2D, CopyFromBuffer) in CUDA_TEST_P() argument
427 CUDA_TEST_P(Texture2D, CopyToGpuMat) in CUDA_TEST_P() argument
[all …]
/dports/graphics/movit/movit-1.6.3/
H A Dresource_pool.h211 struct Texture2D { struct
220 std::map<GLuint, Texture2D> texture_formats; argument
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DTexture2D.java50 public class Texture2D extends Texture { class
142 public Texture2D() { in Texture2D() method in Texture2D
168 public Texture2D( in Texture2D() method in Texture2D
210 public Texture2D(int mipMapMode, in Texture2D() method in Texture2D
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/render_radiance_scaling/
H A Dtexture2D.h78 Texture2D<T>::Texture2D(const Texture2D<T> &tex) in Texture2D() function
86 Texture2D<T>::Texture2D(const TextureFormat &tf,const TextureParams &tp,T* map,int id) in Texture2D() function
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/external/gli/core/
H A Doperation.inl141 inline texture2D duplicate(texture2D const & Texture2D)
149 inline texture2D flip(texture2D const & Texture2D)
157 inline texture2D mirror(texture2D const & Texture2D)
167 texture2D const & Texture2D,
183 texture2D const & Texture2D,
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/external/gli/core/
H A Doperation.inl141 inline texture2D duplicate(texture2D const & Texture2D)
149 inline texture2D flip(texture2D const & Texture2D)
157 inline texture2D mirror(texture2D const & Texture2D)
167 texture2D const & Texture2D,
183 texture2D const & Texture2D,
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/opengl-framework/src/
H A DTexture2D.cpp36 Texture2D::Texture2D() : mID(0), mUnit(0), mWidth(0), mHeight(0) { in Texture2D() function in Texture2D
41 Texture2D::Texture2D(uint width, uint height, uint internalFormat, uint format, uint type) in Texture2D() function in Texture2D
/dports/graphics/ospray/ospray-2.8.0/ospray/texture/
H A DTexture2D.h12 struct OSPRAY_SDK_INTERFACE Texture2D : public Texture struct
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexture2D.cpp21 Texture2D::Texture2D(): in Texture2D() function in Texture2D
29 Texture2D::Texture2D(Image* image): in Texture2D() function in Texture2D
38 Texture2D::Texture2D(const Texture2D& text,const CopyOp& copyop): in Texture2D() function in Texture2D
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexture2D.cpp22 Texture2D::Texture2D(): in Texture2D() function in Texture2D
30 Texture2D::Texture2D(Image* image): in Texture2D() function in Texture2D
39 Texture2D::Texture2D(const Texture2D& text,const CopyOp& copyop): in Texture2D() function in Texture2D
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DTexturePaletteManager.h26 class Texture2D; variable
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DTexturePaletteManager.h26 class Texture2D; variable
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DTexture2D.hh12 class Texture2D class
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DFontFaceFreeType.h31 class Texture2D; variable
H A DView3D.h33 class Texture2D; variable
H A DBorderImage.h32 class Texture2D; variable
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dopengl.hpp283 class CV_EXPORTS Texture2D class
657 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), c… in Texture2D() function in cv::ogl::Texture2D
663 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), f… in Texture2D() function in cv::ogl::Texture2D
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DSpriteSheet2D.h32 class Texture2D; variable
H A DSprite2D.h31 class Texture2D; variable
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/texture/
H A DPackedTexture.h30 class Texture2D; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.h30 class Texture2D; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.h30 class Texture2D; variable
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dgraphics_interface.h24 class Texture2D; variable

123456