Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp146 if ( ref().m_ActivateCommandCache != NULL ) in Setup()
187 ref().m_ActivateCommandCache = builder.AllocAndCopy(); in Setup()
190 …ref().m_DeactivateCommandCache = nw::ut::AddOffsetToPtr( ref().m_ActivateCommandCache, activateCom… in Setup()
217 if ( ref().m_ActivateCommandCache != NULL ) in Cleanup()
219 CommandCacheManager::Free(ref().m_ActivateCommandCache); in Cleanup()
221 ref().m_ActivateCommandCache = NULL; in Cleanup()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResMesh.h43 void* m_ActivateCommandCache; member
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp435 NW_NULL_ASSERT( mesh.ref().m_ActivateCommandCache ); in ActivateVertexAttribute()
443 …internal::NWUseCmdlist( mesh.ref().m_ActivateCommandCache, mesh.ref().m_ActivateCommandCacheSize ); in ActivateVertexAttribute()