Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp105 return buffer.UsedSize(); in BuildCommonCommand()
246 return buffer.UsedSize(); in BuildShaderProgramCommand()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h836 s32 UsedSize() const { return ut::GetOffsetFromPtr(m_StartAddress, m_CurrentAddress); } in UsedSize() function