Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h230 bool linkAttributes();
DProgram.cpp1554 if(!linkAttributes()) in link()
1584 bool Program::linkAttributes() in linkAttributes() function in es2::Program
/external/angle/src/libANGLE/
DProgram.h838 bool linkAttributes(const Context *context, InfoLog &infoLog);
DProgram.cpp1567 if (!linkAttributes(context, infoLog)) in linkImpl()
3721 bool Program::linkAttributes(const Context *context, InfoLog &infoLog) in linkAttributes() function in gl::Program