Lines Matching refs:format
39 GLenum format; member
244 TexFormat format = texResource.GetFormat(); in LoadTexture() local
249 if (texSpec[format].final) in LoadTexture()
251 NW_WARNING(false, "unsupported texture format (%d).", format); in LoadTexture()
256 u16 realWidth = texSpec[format].minSize; in LoadTexture()
263 u16 realHeight = texSpec[format].minSize; in LoadTexture()
305 if (texSpec[format].compressed) in LoadTexture()
310 texSpec[format].format, in LoadTexture()
323 texSpec[format].format, in LoadTexture()
327 texSpec[format].format, in LoadTexture()
328 texSpec[format].type, in LoadTexture()
407 format); in LoadTexture()