Lines Matching refs:textureHeight
85 u32& bmpWidth, u32& bmpHeight, u32& textureWidth, u32& textureHeight);
88 u32& textureWidth, u32& textureHeight);
224 u32& textureWidth, u32& textureHeight) in GetTextureData() argument
254 textureWidth, textureHeight); in GetTextureData()
255 NN_LOG(" textureWidth = %d, textureHeight = %d\n", textureWidth, textureHeight); in GetTextureData()
275 u32& textureWidth, u32& textureHeight) in GetTextureDataFromBmpFileData() argument
279 textureHeight = GetTextureLength(bmpHeight); in GetTextureDataFromBmpFileData()
280 …extureGLDataBuffer = reinterpret_cast<u8*>( s_AppHeap.Allocate(3 * textureWidth * textureHeight) ); in GetTextureDataFromBmpFileData()
282 for (u32 y = 0; y < textureHeight; y++) in GetTextureDataFromBmpFileData()
313 … textureDataBuffer = reinterpret_cast<u8*>( s_AppHeap.Allocate(3 * textureWidth * textureHeight) ); in GetTextureDataFromBmpFileData()
318 format, textureWidth, textureHeight, in GetTextureDataFromBmpFileData()