Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp311 …s32 resultSize = internal::SetupDrawIndexStreamCommand(bufferInfo, indexStream, hasGeometryShader); in SetupDrawCommand() local
312 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp2212 s32 resultSize = m_pFileStream->Read( s_LoadBuffer, loadSize ); in LoadStreamData() local
2219 if ( resultSize != loadSize ) in LoadStreamData()