Home
last modified time | relevance | path

Searched refs:setInactive (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DProgramExecutable.h193 void setInactive(size_t textureUnit);
DProgramExecutable.cpp806 void ProgramExecutable::setInactive(size_t textureUnit) in setInactive() function in gl::ProgramExecutable
DProgram.cpp3379 mState.mExecutable->setInactive(oldTextureUnit); in updateSamplerUniform()