Searched refs:shaderBuildInfo (Results 1 – 2 of 2) sorted by relevance
320 glu::ShaderInfo shaderBuildInfo; in compileShaderToSpirV() local322 shaderBuildInfo.type = (glu::ShaderType)shaderType; in compileShaderToSpirV()323 shaderBuildInfo.source = srcText; in compileShaderToSpirV()324 shaderBuildInfo.infoLog = shader.getInfoLog(); // \todo [2015-07-13 pyry] Include debug log? in compileShaderToSpirV()325 shaderBuildInfo.compileTimeUs = deGetMicroseconds()-compileStartTime; in compileShaderToSpirV()326 shaderBuildInfo.compileOk = (compileRes != 0); in compileShaderToSpirV()328 buildInfo->shaders.push_back(shaderBuildInfo); in compileShaderToSpirV()
464 glu::ShaderInfo shaderBuildInfo; in buildProgram() local466 shaderBuildInfo.type = (glu::ShaderType)shaderType; in buildProgram()467 shaderBuildInfo.source = shaderstring; in buildProgram()468 shaderBuildInfo.compileTimeUs = 0; in buildProgram()469 shaderBuildInfo.compileOk = true; in buildProgram()471 buildInfo->shaders.push_back(shaderBuildInfo); in buildProgram()549 glu::ShaderInfo shaderBuildInfo; in buildProgram() local551 shaderBuildInfo.type = (glu::ShaderType)shaderType; in buildProgram()552 shaderBuildInfo.source = shaderstring; in buildProgram()553 shaderBuildInfo.compileTimeUs = 0; in buildProgram()[all …]