Home
last modified time | relevance | path

Searched refs:compileOk (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderProgram.hpp51 bool compileOk; //!< Did compilation succeed? member
54 ShaderInfo (void) : compileOk(false), compileTimeUs(0) {} in ShaderInfo()
86 bool getCompileStatus (void) const { return getInfo().compileOk; } in getCompileStatus()
DgluShaderProgram.cpp80 m_info.compileOk = false; in compile()
99 m_info.compileOk = compileStatus != GL_FALSE; in compile()
437 …Shader(getLogShaderType(shaderInfo.type), shaderInfo.source, shaderInfo.compileOk, shaderInfo.info… in operator <<()
494 allShadersOk = allShadersOk && shaderInfo.compileOk; in operator <<()
/external/deqp/framework/common/
DtcuTestLog.hpp145 …void writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog…
148 …void writeCompileInfo (const char* name, const char* description, bool compileOk, const char* …
312 …LogShader (qpShaderType type, const std::string& source, bool compileOk, const std::string& infoLo… in LogShader() argument
315 , m_compileOk (compileOk) in LogShader()
DtcuTestLog.cpp317 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoL… in writeShader() argument
319 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE) in writeShader()
329 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const ch… in writeCompileInfo() argument
331 …if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) … in writeCompileInfo()
/external/deqp/framework/qphelper/
DqpTestLog.h215 …Shader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* inf…
218 …nfo (qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* inf…
DqpTestLog.c1024 …teShader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* inf… in qpTestLog_writeShader() argument
1034 shaderAttribs[numShaderAttribs++] = qpSetStringAttrib("CompileStatus", compileOk ? "OK" : "Fail"); in qpTestLog_writeShader()
1236 …Info (qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* inf… in qpTestLog_writeCompileInfo() argument
1246 attribs[numAttribs++] = qpSetStringAttrib("CompileStatus", compileOk ? "OK" : "Fail"); in qpTestLog_writeCompileInfo()
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp135 info.compileOk = false; in queryShaderInfo()
151 info.compileOk = compileStatus != GL_FALSE; in queryShaderInfo()
291 …log << TestLog::Shader(getLogShaderType(shader.getType()), info.source, info.compileOk, info.infoL… in logShader()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp152 info.compileOk = false; in queryShaderInfo()
168 info.compileOk = compileStatus != GL_FALSE; in queryShaderInfo()
345 …log << TestLog::Shader(getLogShaderType(shader.getType()), info.source, info.compileOk, info.infoL… in logShader()
Des3fTransformFeedbackTests.cpp927 const bool linkFail = m_program->getShaderInfo(glu::SHADERTYPE_VERTEX).compileOk && in init()
928 m_program->getShaderInfo(glu::SHADERTYPE_FRAGMENT).compileOk && in init()
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp368 const bool vertexOk = program.getShaderInfo(glu::SHADERTYPE_VERTEX).compileOk; in verifyLocations()
369 const bool fragmentOk = program.getShaderInfo(glu::SHADERTYPE_FRAGMENT).compileOk; in verifyLocations()
Des31fLayoutBindingTests.cpp768 …etShaderInfo(glu::SHADERTYPE_VERTEX)).compileOk || !(m_program->getShaderInfo(glu::SHADERTYPE_FRAG… in iterate()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp709 …am->hasShader((glu::ShaderType)stage) && !program->getShaderInfo((glu::ShaderType)stage).compileOk) in execute()
734 …am->hasShader((glu::ShaderType)stage) && !program->getShaderInfo((glu::ShaderType)stage).compileOk) in execute()