Searched refs:offsetComps (Results 1 – 2 of 2) sorted by relevance
1025 int offsetComps = m_textureSpec.type == TEXTURETYPE_3D ? 3 : 2; in initShaderSources() local1027 op << ", ivec" << offsetComps << "("; in initShaderSources()1028 for (int ndx = 0; ndx < offsetComps; ndx++) in initShaderSources()2714 int offsetComps = m_textureSpec.type == TEXTURETYPE_3D ? 3 : 2; in initShaderSources() local2716 op << ", ivec" << offsetComps << "("; in initShaderSources()2717 for (int ndx = 0; ndx < offsetComps; ndx++) in initShaderSources()
884 int offsetComps = m_textureSpec.type == TEXTURETYPE_3D ? 3 : 2; in initShaderSources() local886 op << ", ivec" << offsetComps << "("; in initShaderSources()887 for (int ndx = 0; ndx < offsetComps; ndx++) in initShaderSources()