Searched refs:GetGeoShaderIndex (Results 1 – 2 of 2) sorted by relevance
297 return ( 0 <= GetGeoShaderIndex() ); in IsEnableGeoShader()318 int GetGeoShaderIndex() const in GetGeoShaderIndex() function
218 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand()260 shader_index = GetGeoShaderIndex(); in MakeConstRgCommand_()315 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_()708 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()779 …hader_index = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxSh… in SearchBindSymbolNum()832 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()