Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.h54 bool getCompileStatus() const { return m_compileStatus; } in getCompileStatus() function
DGLESv2Imp.cpp3253 if(fragSp->getCompileStatus() && vertSp->getCompileStatus()) { in glLinkProgram()