Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.h303 SamplerFormat getSamplerFormatForTextureUnitIndex(size_t textureUnitIndex) const in getSamplerFormatForTextureUnitIndex()
307 const ShaderBitSet getSamplerShaderBitsForTextureUnitIndex(size_t textureUnitIndex) const in getSamplerShaderBitsForTextureUnitIndex()
H A DState.cpp3671 for (size_t textureUnitIndex : mExecutable->getActiveSamplersMask()) in syncTexturesInit() local
3929 void State::setTextureDirty(size_t textureUnitIndex) in setTextureDirty()
H A DProgramExecutable.cpp1212 void ProgramExecutable::setSamplerUniformTextureTypeAndFormat(size_t textureUnitIndex) in setSamplerUniformTextureTypeAndFormat()
H A DContext.cpp7470 void Context::onSamplerUniformChange(size_t textureUnitIndex) in onSamplerUniformChange()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp282 for (size_t textureUnitIndex = 0; textureUnitIndex < textureVector.size(); in deleteTexture() local
985 for (size_t textureUnitIndex : activeTextures) in updateProgramTextureBindings() local