Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h105 …s32 BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress, u32 bufferS…
115 s32 BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex ) in BuildShaderProgramCommand() function
121 …s32 result = this->BuildShaderProgramCommand( vertexIndex, geometryIndex, currentBuffer, bufferSiz… in BuildShaderProgramCommand()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp219 ShaderBinaryInfo::BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress… in BuildShaderProgramCommand() function in nw::gfx::ShaderBinaryInfo
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShader.cpp329 shaderInfo->BuildShaderProgramCommand( vertexShaderIndex, geometryShaderIndex ); in Setup()