Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramPipeline.cpp633 mState.mExecutable->copyOutputsFromProgram(*executable); in link()
DProgramExecutable.h655 void copyOutputsFromProgram(const ProgramExecutable &executable);
DProgramExecutable.cpp2083 void ProgramExecutable::copyOutputsFromProgram(const ProgramExecutable &executable) in copyOutputsFromProgram() function in gl::ProgramExecutable