Lines Matching refs:logicalTextureUnit
199 GLint logicalTextureUnit = -1;
203 logicalTextureUnit = mSamplers[samplerIndex].logicalTextureUnit;
206 if (logicalTextureUnit >= 0 && logicalTextureUnit < MAX_TEXTURE_IMAGE_UNITS)
208 return logicalTextureUnit;
1668 mSamplers[samplerIndex].logicalTextureUnit = 0;
2236 mSamplers[samplerIndex].logicalTextureUnit = v[i];
2772 if (samplerMap.find(mSamplers[i].logicalTextureUnit) != samplerMap.end())
2774 if (mSamplers[i].type != samplerMap[mSamplers[i].logicalTextureUnit])
2779 samplerMap[mSamplers[i].logicalTextureUnit] = mSamplers[i].type;