Home
last modified time | relevance | path

Searched defs:shader_index (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Shader.cpp178 int shader_index = GetVtxShaderIndex(); in MakeVtxProgramCommand() local
218 int shader_index = GetGeoShaderIndex(); in MakeGeoProgramCommand() local
253 int shader_index = GetVtxShaderIndex(); in MakeConstRgCommand_() local
315 … const int shader_index = IsEnableGeoShader() ? GetGeoShaderIndex() : GetVtxShaderIndex(); in MakeOutAttrCommand_() local
683 …const int shader_index = symbol->shaderType == BindSymbol::SHADER_TYPE_GEOMETRY ? GetGeoShaderInde… in SearchBindSymbol() local
750 …const int shader_index = ( shader_type == BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex()… in SearchBindSymbolNum() local
786 …const int shader_index = type == ( BindSymbol::SHADER_TYPE_GEOMETRY ) ? GetGeoShaderIndex() : Get… in SearchBindSymbol() local