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

  /external/deqp/modules/gles31/functional/
es31fProgramStateQueryTests.cpp 114 if (!vtxShader.getCompileStatus() || !frgShader.getCompileStatus())
es31fShaderMultisampleInterpolationTests.cpp     [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 86 bool getCompileStatus (void) const { return getInfo().compileOk; }
gluShaderProgram.cpp 340 shadersOk = shadersOk && m_shaders[shaderType].back()->getCompileStatus();
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 738 if (!shader.getCompileStatus())
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 112 TCU_CHECK(getCompileStatus());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 798 if (!shader.getCompileStatus())
    [all...]

Completed in 235 milliseconds