Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Material.h114 return this->m_Owner; in GetOwnerModel()
123 return this->m_Owner; in GetOwnerModel()
374 Model* m_Owner; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Material.cpp51 m_Owner(owner), in Material()
272 NW_NULL_ASSERT(this->m_Owner); in CreateBuffers()
273 bit32 bufferOption = m_Owner->GetBufferOption(); in CreateBuffers()