Lines Matching refs:format
36 GLenum format; member
270 if (texSpec[pImage->format].final) in LoadTexture()
272 NW_WARNING(false, "unsupported texture format (%d).", pImage->format); in LoadTexture()
277 u16 realWidth = texSpec[pImage->format].minSize; in LoadTexture()
284 u16 realHeight = texSpec[pImage->format].minSize; in LoadTexture()
309 if (texSpec[pImage->format].compressed) in LoadTexture()
314 texSpec[pImage->format].format, in LoadTexture()
327 texSpec[pImage->format].format, in LoadTexture()
331 texSpec[pImage->format].format, in LoadTexture()
332 texSpec[pImage->format].type, in LoadTexture()
369 TexFormat(pImage->format)); in LoadTexture()