Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Util.cpp250 static const TexSpec texSpec[] = in LoadTexture() local
267 NW_COMPILER_ASSERT(ARRAY_LENGTH(texSpec) == TEXFORMAT_MAX); in LoadTexture()
270 if (texSpec[pImage->format].final) 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()