Lines Matching refs:logicalTextureUnit
293 GLint logicalTextureUnit = -1; in getSamplerMapping() local
302 logicalTextureUnit = samplersPS[samplerIndex].logicalTextureUnit; in getSamplerMapping()
310 logicalTextureUnit = samplersVS[samplerIndex].logicalTextureUnit; in getSamplerMapping()
316 if(logicalTextureUnit < MAX_COMBINED_TEXTURE_IMAGE_UNITS) in getSamplerMapping()
318 return logicalTextureUnit; in getSamplerMapping()
1795 samplersVS[index].logicalTextureUnit = 0; in defineUniform()
1831 samplersPS[index].logicalTextureUnit = 0; in defineUniform()
2401 samplersPS[samplerIndex].logicalTextureUnit = v[i]; in applyUniform1iv()
2415 samplersVS[samplerIndex].logicalTextureUnit = v[i]; in applyUniform1iv()
2503 samplersPS[samplerIndex].logicalTextureUnit = v[i]; in applyUniform1uiv()
2517 samplersVS[samplerIndex].logicalTextureUnit = v[i]; in applyUniform1uiv()
3066 unsigned int unit = samplersPS[i].logicalTextureUnit; in validateSamplers()
3101 unsigned int unit = samplersVS[i].logicalTextureUnit; in validateSamplers()