Searched refs:mSamplers (Results 1 – 2 of 2) sorted by relevance
197 assert(samplerIndex < sizeof(mSamplers)/sizeof(mSamplers[0])); in getSamplerMapping()201 if (mSamplers[samplerIndex].active) in getSamplerMapping()203 logicalTextureUnit = mSamplers[samplerIndex].logicalTextureUnit; in getSamplerMapping()216 assert(samplerIndex < sizeof(mSamplers)/sizeof(mSamplers[0])); in getSamplerType()217 assert(mSamplers[samplerIndex].active); in getSamplerType()219 return mSamplers[samplerIndex].type; in getSamplerType()224 if (samplerIndex < sizeof(mSamplers)/sizeof(mSamplers[0])) in isSamplerDirty()226 return mSamplers[samplerIndex].dirty; in isSamplerDirty()235 if (samplerIndex < sizeof(mSamplers)/sizeof(mSamplers[0])) in setSamplerDirty()237 mSamplers[samplerIndex].dirty = dirty; in setSamplerDirty()[all …]
198 Sampler mSamplers[MAX_TEXTURE_IMAGE_UNITS]; variable