Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramPipeline.cpp614 mState.mExecutable->copyInputsFromProgram(*executable); in link()
DProgramExecutable.h647 void copyInputsFromProgram(const ProgramExecutable &executable);
DProgramExecutable.cpp2017 void ProgramExecutable::copyInputsFromProgram(const ProgramExecutable &executable) in copyInputsFromProgram() function in gl::ProgramExecutable