Searched refs:_iTexFormat (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/ |
H A D | GlobalUtil.h | 38 static GLuint _iTexFormat; variable
|
H A D | GLTexImage.cpp | 119 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 D | GlobalUtil.cpp | 45 GLuint GlobalParam:: _iTexFormat =GL_RGBA32F_ARB; //or GL_RGBA16F_ARB member in GlobalParam
|