Lines Matching refs:tempInfoLog
1556 gl::InfoLog tempInfoLog; in getPixelExecutableForCachedOutputLayout() local
1557 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getPixelExecutableForCachedOutputLayout()
1573 << tempInfoLog.str() << std::endl; in getPixelExecutableForCachedOutputLayout()
1599 gl::InfoLog tempInfoLog; in getVertexExecutableForCachedInputLayout() local
1600 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getVertexExecutableForCachedInputLayout()
1616 << tempInfoLog.str() << std::endl; in getVertexExecutableForCachedInputLayout()
1656 gl::InfoLog tempInfoLog; in getGeometryExecutableForPrimitiveType() local
1657 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getGeometryExecutableForPrimitiveType()
1668 << tempInfoLog.str() << std::endl; in getGeometryExecutableForPrimitiveType()
2008 gl::InfoLog tempInfoLog; in getComputeExecutableForImage2DBindLayout() local
2009 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getComputeExecutableForImage2DBindLayout()
2025 << tempInfoLog.str() << std::endl; in getComputeExecutableForImage2DBindLayout()