Home
last modified time | relevance | path

Searched refs:linkAttributes (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DProgram.h808 bool linkAttributes(const Context *context, InfoLog &infoLog);
DProgram.cpp1221 if (!linkAttributes(context, infoLog)) in linkImpl()
3116 bool Program::linkAttributes(const Context *context, InfoLog &infoLog) in linkAttributes() function in gl::Program