Home
last modified time | relevance | path

Searched refs:BuildCommonCommand (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h82 s32 BuildCommonCommand( u32* bufferAddress, u32 bufferSize );
88 s32 BuildCommonCommand() in BuildCommonCommand() function
94 s32 result = this->BuildCommonCommand( currentBuffer, bufferSize ); in BuildCommonCommand()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp80 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) in BuildCommonCommand() function in nw::gfx::ShaderBinaryInfo
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShader.cpp160 shaderInfo->BuildCommonCommand(); in ResBinaryShader_Setup()