Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderContext.h359 Model* GetModelCache() { return this->m_ModelCache; } in GetModelCache()
365 const Model* GetModelCache() const { return this->m_ModelCache; } in GetModelCache()
570 Model* m_ModelCache; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp128 m_ModelCache(NULL), in RenderContext()
189 m_ModelCache = NULL; in ResetState()
207 m_ModelCache = NULL; in ResetState()
226 m_ModelCache = NULL; in ResetState()
330 this->m_ModelCache = NULL; in SetModelMatrix()
368 this->m_ModelCache = model; in SetModelMatrix()