Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShader.cpp419 ShaderBinaryInfo::SymbolType* pSymbolType in GetVertexUniformIndex()
425 ::std::pair<s32, ShaderBinaryInfo::SymbolType> uniformInfo = in GetVertexUniformIndex()
440 ShaderBinaryInfo::SymbolType* pSymbolType in GetGeometryUniformIndex()
446 ::std::pair<s32, ShaderBinaryInfo::SymbolType> uniformInfo = in GetGeometryUniformIndex()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h45 enum SymbolType enum
193 __declspec(noinline) ::std::pair<s32, SymbolType>
210 SymbolType symbolType = SYMBOL_TYPE_INVALID; in SearchUniformIndex()
247 SearchUniformIndex(s32 shaderIndex, SymbolType symbolType, s32 index) const in SearchUniformIndex()
298 int SearchBinadSymbolCount(s32 shaderIndex, SymbolType symbolType) const in SearchBinadSymbolCount()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResShader.h659 s32 GetVertexUniformIndex( const char* name, ShaderBinaryInfo::SymbolType* pSymbolType ) const;
670 … s32 GetGeometryUniformIndex( const char* name, ShaderBinaryInfo::SymbolType* pSymbolType ) const;