Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderContext.h358 this->m_ModelCache = NULL; in NW_DEPRECATED_FUNCTION()
399 Model* GetModelCache() { return this->m_ModelCache; } in GetModelCache()
405 const Model* GetModelCache() const { return this->m_ModelCache; } in GetModelCache()
617 Model* m_ModelCache; variable
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp134 m_ModelCache(NULL), in RenderContext()
195 m_ModelCache = NULL; in ResetState()
214 m_ModelCache = NULL; in ResetState()
326 this->m_ModelCache = model; in SetModelMatrixForModel()
357 this->m_ModelCache = skeletalModel; in SetModelMatrixForSkeletalModel()