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

  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.h 326 bool checkLinkStatus(GrGLuint programID);
GrGLProgramBuilder.cpp 438 checkLinkStatus(programID);
457 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID) {
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 506 bool checkLinkStatus (const GLuint programObject)
521 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE.");
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 560 bool checkLinkStatus (const GLuint programObject)
575 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE.");
    [all...]

Completed in 250 milliseconds