Searched refs:GetGeoShaderIndex (Results 1 – 2 of 2) sorted by relevance
329 return ( 0 <= GetGeoShaderIndex() ); in IsEnableGeoShader()350 int GetGeoShaderIndex() const in GetGeoShaderIndex() function
222 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand()313 shader_index = GetGeoShaderIndex(); in MakeConstRgCommand_()368 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_()795 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()866 …hader_index = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxSh… in SearchBindSymbolNum()919 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()