Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.h54 bool getCompileStatus() const { return m_compileStatus; } in getCompileStatus() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DShader.h86 CompileStatus getCompileStatus() const { return mCompileStatus; } in getCompileStatus() function
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp113 bool getCompileStatus(void) const in getCompileStatus() function in glu::Shader