Searched refs:GLTexPacked (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/ |
H A D | GLTexImage.h | 139 class GLTexPacked:public GLTexImage 153 GLTexPacked():GLTexImage(){} in GLTexPacked() function
|
H A D | GLTexImage.cpp | 499 void GLTexPacked::TexConvertRGB() in TexConvertRGB() 528 void GLTexPacked::SetImageSize( int width, int height) in SetImageSize() 534 void GLTexPacked::InitTexture( int width, int height, int clamp_to_edge) in InitTexture() 578 void GLTexPacked::DrawImage() in DrawImage() 592 void GLTexPacked::DrawQuadUS(int scale) in DrawQuadUS() 627 void GLTexPacked::DrawQuadDS(int scale) in DrawQuadDS() 664 void GLTexPacked::ZeroHistoMargin() in ZeroHistoMargin() 683 void GLTexPacked::FillMargin(int marginx, int marginy) in FillMargin() 699 void GLTexPacked::DrawMargin(int right, int bottom, int mx, int my) in DrawMargin()
|
H A D | PyramidGL.cpp | 593 GLTexPacked * tex; in BuildPyramid() 603 tex = (GLTexPacked*)GetBaseLevel(i); in BuildPyramid() 2707 if(_allPyramid==NULL) _allPyramid = new GLTexPacked[ noct* nlev * DATA_NUM]; in ResizePyramid() 2710 GLTexPacked * gus = (GLTexPacked *) GetBaseLevel(_octave_min, DATA_GAUSSIAN); in ResizePyramid() 2711 GLTexPacked * dog = (GLTexPacked *) GetBaseLevel(_octave_min, DATA_DOG); in ResizePyramid() 2712 GLTexPacked * grd = (GLTexPacked *) GetBaseLevel(_octave_min, DATA_GRAD); in ResizePyramid() 2713 GLTexPacked * rot = (GLTexPacked *) GetBaseLevel(_octave_min, DATA_ROT); in ResizePyramid() 2714 GLTexPacked * key = (GLTexPacked *) GetBaseLevel(_octave_min, DATA_KEYPOINT); in ResizePyramid()
|
H A D | PyramidGL.h | 95 GLTexPacked * _allPyramid;
|