Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/
Dgx_DrawTexture2d.cpp89 u32 GetTextureLength(const u32& imageLength);
278 textureWidth = GetTextureLength(bmpWidth); in GetTextureDataFromBmpFileData()
279 textureHeight = GetTextureLength(bmpHeight); in GetTextureDataFromBmpFileData()
334 u32 GetTextureLength(const u32& imageLength) in GetTextureLength() function