Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/
Dgx_DrawTexture2d.cpp336 u32 textureLength = 8; in GetTextureLength() local
341 if ( imageLength > textureLength ) in GetTextureLength()
343 textureLength *= 2; in GetTextureLength()
347 return textureLength; in GetTextureLength()