Lines Matching refs:pImage
218 const res::Image* pImage = 0; in LoadTexture() local
230 pImage = reinterpret_cast<const res::Image *>(pBlockHead); in LoadTexture()
235 if (pImage == NULL) in LoadTexture()
270 if (texSpec[pImage->format].final) in LoadTexture()
272 NW_WARNING(false, "unsupported texture format (%d).", pImage->format); in LoadTexture()
276 u16 width = pImage->width; in LoadTexture()
277 u16 realWidth = texSpec[pImage->format].minSize; in LoadTexture()
283 u16 height = pImage->height; 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()