Home
last modified time | relevance | path

Searched refs:_iTexFormat (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DGlobalUtil.h38 static GLuint _iTexFormat; variable
H A DGLTexImage.cpp119 glTexImage2D(_texTarget, 0, _iTexFormat, in InitTexture()
509 …glTexImage2D(_texTarget, 0, _iTexFormat, _texWidth, _texHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL… in TexConvertRGB()
570 glTexImage2D(_texTarget, 0, _iTexFormat, in InitTexture()
1062 … glTexImage2D(_texTarget, 0, _iTexFormat, _imgWidth, _imgHeight, 0, gl_format, gl_type, data); in SetImageData()
H A DGlobalUtil.cpp45 GLuint GlobalParam:: _iTexFormat =GL_RGBA32F_ARB; //or GL_RGBA16F_ARB member in GlobalParam