Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp225 static const TexSpec texSpec[] = in LoadTexture() local
242 NW_COMPILER_ASSERT(ARRAY_LENGTH(texSpec) == TEXFORMAT_MAX); in LoadTexture()
249 if (texSpec[format].final) 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()