Home
last modified time | relevance | path

Searched defs:getCompileStatus (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DShader.h113 CompileStatus getCompileStatus() const { return mCompileStatus; } in getCompileStatus() function
/external/deqp/framework/opengl/
DgluShaderProgram.hpp100 bool getCompileStatus (void) const { return getInfo().compileOk; } in getCompileStatus() function in glu::Shader