Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderContext.h360 this->m_ModelCache = NULL; in NW_DEPRECATED_FUNCTION()
401 Model* GetModelCache() { return this->m_ModelCache; } in GetModelCache()
407 const Model* GetModelCache() const { return this->m_ModelCache; } in GetModelCache()
619 Model* m_ModelCache; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp136 m_ModelCache(NULL), in RenderContext()
197 m_ModelCache = NULL; in ResetState()
216 m_ModelCache = NULL; in ResetState()
328 this->m_ModelCache = model; in SetModelMatrixForModel()
359 this->m_ModelCache = skeletalModel; in SetModelMatrixForSkeletalModel()