Searched refs:GetVtxShaderIndex (Results 1 – 2 of 2) sorted by relevance
182 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand()306 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_()368 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_()408 int vtx_shader_index = GetVtxShaderIndex(); in MakeOutAttrCommand_()775 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()846 … = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbolNum()899 ? GetGeoShaderIndex() : GetVtxShaderIndex(); in SearchBindSymbol()
339 int GetVtxShaderIndex() const in GetVtxShaderIndex() function