Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp304 ResIndexStream indexStream = *stream; in SetupDrawCommand() local
305 NW_NULL_ASSERT( indexStream.ref().m_CommandCache ); in SetupDrawCommand()
308 indexStream.ref().m_CommandCache, in SetupDrawCommand()
309 indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
311 …s32 resultSize = internal::SetupDrawIndexStreamCommand(bufferInfo, indexStream, hasGeometryShader); in SetupDrawCommand()
312 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp782 CalcSetupDrawIndexStreamCommand(ResIndexStream indexStream) in CalcSetupDrawIndexStreamCommand() argument
784 NW_UNUSED_VARIABLE( indexStream ); in CalcSetupDrawIndexStreamCommand()
794 ResIndexStream indexStream, in SetupDrawIndexStreamCommand() argument
814 indexStream.GetPrimitiveMode(), in SetupDrawIndexStreamCommand()
821 u32 bufferAddr = nngxGetPhysicalAddr( indexStream.GetImageAddress() ); in SetupDrawIndexStreamCommand()
830 command[2] = indexStream.GetStreamCount(); in SetupDrawIndexStreamCommand()
834 if (indexStream.GetFormatType() == GL_UNSIGNED_SHORT) in SetupDrawIndexStreamCommand()
Dgfx_RenderContext.cpp895 ResIndexStream indexStream = *stream; in RenderPrimitive() local
897 if (!indexStream.IsVisible()) { continue; } in RenderPrimitive()
899 NW_NULL_ASSERT(indexStream.ref().m_CommandCache); in RenderPrimitive()
900 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
901 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResGraphicsFile.h652 … for (ResIndexStreamArray::iterator indexStream = (*primitive).GetIndexStreams().begin(); in ForeachIndexStream() local
653 indexStream != indexStreamsEnd; ++indexStream) in ForeachIndexStream()
655 function(*indexStream); in ForeachIndexStream()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ActivateCommand.h451 ResIndexStream indexStream,
461 s32 CalcSetupDrawIndexStreamCommand( ResIndexStream indexStream );