Home
last modified time | relevance | path

Searched refs:InitTexture (Results 1 – 25 of 39) sorted by relevance

12

/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DSiftMatchCU.cpp59 if (!_texDes[index].InitTexture(8 * __max_sift, 1, 4) || in Allocate()
60 !_texLoc[index].InitTexture(__max_sift, 1, 2)) { in Allocate()
65 if (!_texDot.InitTexture(__max_sift, __max_sift) || in Allocate()
66 !_texMatch[0].InitTexture(__max_sift, 1)) { in Allocate()
72 if (!_texCRT.InitTexture(__max_sift, cols, 32) || in Allocate()
73 !_texMatch[1].InitTexture(__max_sift, 1)) { in Allocate()
110 _texDes[index].InitTexture(8 * num, 1, 4); in SetDescriptors()
132 _texLoc[index].InitTexture(_num_sift[index], 1, 2); in SetFeautreLocation()
175 _texMatch[0].InitTexture(_num_sift[0], 1); in GetBestMatch()
179 _texMatch[1].InitTexture(_num_sift[1], 1); in GetBestMatch()
H A DPyramidCU.cpp234 gus->InitTexture(wa, h); //nlev in ResizePyramid()
236 dog->InitTexture(wa, h); //nlev -1 in ResizePyramid()
239 got->InitTexture(wa, h, 2); //2 * nlev - 6 in ResizePyramid()
293 gus->InitTexture(wa, h); //nlev in FitPyramid()
295 dog->InitTexture(wa, h); //nlev -1 in FitPyramid()
315 _featureTex[idx].InitTexture(fcount, 1, 4); in SetLevelFeatureNum()
366 _featureTex[idx].InitTexture(fmax, 1, 4); in ResizeFeatureStorage()
932 _inputTex->InitTexture(ws, hs, 1); in ConvertInputToCU()
939 _inputTex->InitTexture(ws, hs, 1); in ConvertInputToCU()
944 _inputTex->InitTexture(ws, hs, 1); in ConvertInputToCU()
[all …]
H A DSiftMatch.cpp101 _texDes[0].InitTexture(_sift_per_row * _pixel_per_sift, __max_sift / _sift_per_row, 0,GL_RGBA8); in AllocateSiftMatch()
102 _texDes[1].InitTexture(_sift_per_row * _pixel_per_sift, __max_sift / _sift_per_row, 0, GL_RGBA8); in AllocateSiftMatch()
103 _texLoc[0].InitTexture(_sift_per_row , __max_sift / _sift_per_row, 0); in AllocateSiftMatch()
104 _texLoc[1].InitTexture(_sift_per_row , __max_sift / _sift_per_row, 0); in AllocateSiftMatch()
113 _texDot.InitTexture(__max_sift, __max_sift, 0, format); in AllocateSiftMatch()
114 _texMatch[0].InitTexture(16, __max_sift / 16, 0, format); in AllocateSiftMatch()
115 _texMatch[1].InitTexture(16, __max_sift / 16, 0, format); in AllocateSiftMatch()
118 _texDot.InitTexture(__max_sift, __max_sift, 0); in AllocateSiftMatch()
119 _texMatch[0].InitTexture(16, __max_sift / 16, 0); in AllocateSiftMatch()
120 _texMatch[1].InitTexture(16, __max_sift / 16, 0); in AllocateSiftMatch()
H A DGLTexImage.h54 virtual void InitTexture(int width, int height, int clamp_to_edge =1 );
55 void InitTexture(int width, int height, int clamp_to_edge, GLuint format);
146 virtual void InitTexture(int width, int height, int clamp_to_edge =1);
H A DCLTexImage.cpp103 void CLTexImage::InitTexture(int width, int height, int nchannel) in InitTexture() function in CLTexImage
129 if(packed) InitTexture((width + 1) >> 1, (height + 1) >> 1, 4); in InitPackedTex()
130 else InitTexture(width, height, 1); in InitPackedTex()
H A DCuTexImage.h49 virtual bool InitTexture(int width, int height, int nchannel = 1);
H A DPyramidGL.cpp440 tex->InitTexture(w, h); in ResizePyramid()
449 aux->InitTexture(w, h, 0); in ResizePyramid()
497 _histoPyramidTex[i].InitTexture(w, h, 0); in ResizeFeatureStorage()
534 _featureTex[idx].InitTexture(fw, fh, 0); in ResizeFeatureStorage()
579 _descriptorTex[i].InitTexture(fw, fh); in ResizeFeatureStorage()
1448 ftex->InitTexture(fw, fh, 0); in SetLevelFeatureNum()
2723 gus->InitTexture(w, h); in ResizePyramid()
2725 dog->InitTexture(w, h); in ResizePyramid()
2726 grd->InitTexture(w, h, 0); in ResizePyramid()
2727 rot->InitTexture(w, h); in ResizePyramid()
[all …]
H A DCLTexImage.h48 void InitTexture(int width, int height, int nchannel);
H A DGLTexImage.cpp94 void GLTexImage::InitTexture( int width, int height, int clamp_to_edge) in InitTexture() function in GLTexImage
129 void GLTexImage::InitTexture( int width, int height, int clamp_to_edge, GLuint format) in InitTexture() function in GLTexImage
534 void GLTexPacked::InitTexture( int width, int height, int clamp_to_edge) in InitTexture() function in GLTexPacked
1236 InitTexture(_imgWidth, _imgHeight); in VerifyTexture()
1247 InitTexture(max(width, _texWidth), max(height, _texHeight)); in CopyFromPBO()
/dports/games/pioneer/pioneer-20210723/src/gui/
H A DGuiImage.cpp15 InitTexture(filename); in Image()
27 InitTexture(filename); in Image()
34 void Image::InitTexture(const char *filename) in InitTexture() function in Gui::Image
H A DGuiImage.h22 void InitTexture(const char *filename);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DVulkanUniformUpdatesTest.cpp140 void InitTexture(GLColor color, GLTexture *texture) in InitTexture() function
212 InitTexture(GLColor::white, &whiteTexture); in TEST_P()
220 InitTexture(GLColor::magenta, &magentaTexture); in TEST_P()
279 InitTexture(GLColor::white, &whiteTexture); in TEST_P()
285 InitTexture(GLColor::magenta, &magentaTexture); in TEST_P()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dfloattex.c105 InitTexture(void) in InitTexture() function
213 InitTexture(); in Init()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dfloattex.c105 InitTexture(void) in InitTexture() function
213 InitTexture(); in Init()
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/vr/
H A DOpenVRControllerModel.cpp71 InitTexture(vrDiffuseTexture); in Init()
122 void OpenVRControllerModel::InitTexture(const vr::RenderModel_TextureMap_t &vrDiffuseTexture) { in InitTexture() function in OpenVRControllerModel
H A DOpenVRControllerModel.h64 void InitTexture(const vr::RenderModel_TextureMap_t &vrDiffuseTexture);
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-d3d11/
H A Dd3d11-texture3d.cpp89 void gs_texture_3d::InitTexture(const uint8_t *const *data) in InitTexture() function in gs_texture_3d
203 InitTexture(data); in gs_texture_3d()
H A Dd3d11-texture2d.cpp92 void gs_texture_2d::InitTexture(const uint8_t *const *data) in InitTexture() function in gs_texture_2d
280 InitTexture(data); in gs_texture_2d()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_texture/
H A Dedittexture.h71 void InitTexture(MeshModel &m);
H A Dedittexture.cpp242 InitTexture(m); in StartEdit()
294 void EditTexturePlugin::InitTexture(MeshModel &m) in InitTexture() function in EditTexturePlugin
/dports/graphics/colmap/colmap-3.6/lib/PBA/
H A DCuTexImage.h39 bool InitTexture(unsigned int width, unsigned int height,
H A DCuTexImage.cpp80 bool CuTexImage::InitTexture(unsigned int width, unsigned int height, in InitTexture() function in pba::CuTexImage
/dports/devel/kyra/kyra/isogen/
H A Disogen.h61 void InitTexture( SDL_Surface* surface,
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc264 InitTexture(); in DidChangeView()
380 void InitTexture() { in InitTexture() function in Graphics3DInstance
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc264 InitTexture(); in DidChangeView()
380 void InitTexture() { in InitTexture() function in CubeInstance

12