Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp137 m_CameraCache(NULL), in RenderContext()
198 m_CameraCache = NULL; in ResetState()
235 m_CameraCache = NULL; in ResetState()
300 if (m_CameraCache != camera || isForce) in SetCameraMatrix()
302 m_CameraCache = camera; in SetCameraMatrix()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderContext.h620 Camera* m_CameraCache; variable