Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_TextureConverter.cpp54 static s32 ReadBlock(u32 no, u8* buf, TextureInformation* textureInformation);
123 ReadBlock(row * textureInformation.blocksInRow + col, blockBuf, &textureInformation); in ConvertGLTextureToNative()
161 static s32 ReadBlock(u32 no, u8* buf, TextureInformation* textureInformation) in ReadBlock() function