Searched defs:getLinkStatus (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp132 bool getLinkStatus (void) const { return getInfo().linkOk; } function in class:glu::Program
190 bool isOk (void) const { return m_program.getLinkStatus(); }

Completed in 88 milliseconds