Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp268 return buffer.UsedSize(); in BuildCommonCommand()
412 return buffer.UsedSize(); in BuildShaderProgramCommand()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h886 s32 UsedSize() const { return ut::GetOffsetFromPtr(m_StartAddress, m_CurrentAddress); } in UsedSize() function