Home
last modified time | relevance | path

Searched refs:updateActiveSamplers (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DProgramExecutable.h210 void updateActiveSamplers(const ProgramState &programState);
DProgramPipeline.cpp130 mExecutable->updateActiveSamplers(program->getState()); in updateExecutableTextures()
DProgram.h374 void updateActiveSamplers();
DProgramExecutable.cpp732 void ProgramExecutable::updateActiveSamplers(const ProgramState &programState) in updateActiveSamplers() function in gl::ProgramExecutable
DProgram.cpp1732 void ProgramState::updateActiveSamplers() in updateActiveSamplers() function in gl::ProgramState
1735 mExecutable->updateActiveSamplers(*this); in updateActiveSamplers()
4780 mState.updateActiveSamplers(); in postResolveLink()