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

  /external/deqp/framework/opengl/
gluShaderProgram.hpp 51 bool compileOk; //!< Did compilation succeed?
54 ShaderInfo (void) : compileOk(false), compileTimeUs(0) {}
85 bool getCompileStatus (void) const { return getInfo().compileOk; }
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 88 bool& compileOk = ndx ? fragmentCompileOk : vertexCompileOk;
94 compileOk = (compileStatus == GL_TRUE);
    [all...]
teglImageFormatTests.cpp 87 bool& compileOk = ndx ? fragmentCompileOk : vertexCompileOk;
93 compileOk = (compileStatus == GL_TRUE);
    [all...]

Completed in 118 milliseconds