Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp312 …s32 resultSize = internal::SetupDrawIndexStreamCommand(bufferInfo, indexStream, hasGeometryShader); in SetupDrawCommand() local
313 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp2348 s32 resultSize = m_pFileStream->Read( s_LoadBuffer, loadSize ); in LoadStreamData() local
2355 if ( resultSize != loadSize ) in LoadStreamData()