Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShader.cpp399 ShaderBinaryInfo::SymbolType* pSymbolType in GetVertexUniformIndex()
405 ::std::pair<s32, ShaderBinaryInfo::SymbolType> uniformInfo = in GetVertexUniformIndex()
420 ShaderBinaryInfo::SymbolType* pSymbolType in GetGeometryUniformIndex()
426 ::std::pair<s32, ShaderBinaryInfo::SymbolType> uniformInfo = in GetGeometryUniformIndex()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h43 enum SymbolType enum
157 ::std::pair<s32, SymbolType>
174 SymbolType symbolType = SYMBOL_TYPE_INVALID; in SearchUniformIndex()
211 SearchUniformIndex(s32 shaderIndex, SymbolType symbolType, s32 index) const in SearchUniformIndex()
262 int SearchBinadSymbolCount(s32 shaderIndex, SymbolType symbolType) const in SearchBinadSymbolCount()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShader.h633 s32 GetVertexUniformIndex( const char* name, ShaderBinaryInfo::SymbolType* pSymbolType ) const;
644 … s32 GetGeometryUniformIndex( const char* name, ShaderBinaryInfo::SymbolType* pSymbolType ) const;