HomeSort by relevance Sort by last modified time
    Searched defs:linkOk (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/opengl/
gluShaderProgram.hpp 63 bool linkOk; //!< Did link succeed?
66 ProgramInfo (void) : linkOk(false), linkTimeUs(0) {}
121 bool getLinkStatus (void) const { return getInfo().linkOk; }
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 81 bool linkOk = false;
106 linkOk = (linkStatus == GL_TRUE);
109 m_isOk = linkOk;
    [all...]
teglImageFormatTests.cpp 80 bool linkOk = false;
105 linkOk = (linkStatus == GL_TRUE);
108 m_isOk = linkOk;
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 748 const bool linkOk = attemptLink && linkProgram(m_programGL);
750 if (!(vertCompileOk && fragCompileOk && linkOk))
752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string(""))
    [all...]

Completed in 192 milliseconds