Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Material.h117 return this->m_Owner; in GetOwnerModel()
126 return this->m_Owner; in GetOwnerModel()
377 Model* m_Owner; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Material.cpp53 m_Owner(owner), in Material()
280 NW_NULL_ASSERT(this->m_Owner); in CreateBuffers()
281 bit32 bufferOption = m_Owner->GetBufferOption(); in CreateBuffers()