Home
last modified time | relevance | path

Searched refs:GetTexHeight (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DCLTexImage.h61 inline int GetTexHeight(){return _texHeight;} in GetTexHeight() function
H A DGLTexImage.h82 int GetTexHeight(){return _texHeight;} in GetTexHeight() function
H A DPyramidGL.cpp584 totalkb += nf * _descriptorTex[0].GetTexWidth() * _descriptorTex[0].GetTexHeight() * 16 /1024; in ResizeFeatureStorage()
831 … (htex->GetImgHeight() *2 == tex->GetImgHeight()-1 || tex->GetTexHeight() == tex->GetImgHeight())); in GenerateFeatureList()
1198 float * mem = new float [tex->GetTexWidth()*tex->GetTexHeight()]; in GenerateFeatureListCPU()
1216 for(int k = 0; k < tex->GetTexHeight(); k++) in GenerateFeatureListCPU()
1446 if(fcount > ftex->GetTexWidth()*ftex->GetTexHeight()) in SetLevelFeatureNum()
1713 if(w > _descriptorTex[0].GetTexWidth() || h > _descriptorTex[0].GetTexHeight()) in GetFeatureDescriptors()
2376 float * mem = new float [tex->GetTexWidth()*tex->GetTexHeight()*4]; in GenerateFeatureListCPU()
H A DPyramidCL.cpp347 int fmax = int(4 * tex->GetTexWidth() * tex->GetTexHeight()*GlobalUtil::_MaxFeaturePercent); in ResizeFeatureStorage()
835 int th = max(height, _bufferTEX->GetTexHeight()); in ConvertTexCL2GL()
H A DPyramidCU.cpp908 …e(max(_bufferTEX->GetTexWidth(), tex->GetImgWidth()), max(_bufferTEX->GetTexHeight(), tex->GetImgH… in ConvertTexCU2GL()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/glfont2/
H A Dglfont2.h65 int GetTexHeight (void);
H A Dglfont2.cpp169 int GLFont::GetTexHeight (void) in GetTexHeight() function in GLFont
/dports/games/connectfive/connectFive/
H A Dglfont2.cpp126 int GLFont::GetTexHeight (void) in GetTexHeight() function in GLFont
H A Dglfont2.h66 int GetTexHeight (void);