Searched refs:tempInfoLog (Results 1 – 1 of 1) sorted by relevance
1556 gl::InfoLog tempInfoLog; in getPixelExecutableForCachedOutputLayout() local1557 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getPixelExecutableForCachedOutputLayout()1573 << tempInfoLog.str() << std::endl; in getPixelExecutableForCachedOutputLayout()1599 gl::InfoLog tempInfoLog; in getVertexExecutableForCachedInputLayout() local1600 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getVertexExecutableForCachedInputLayout()1616 << tempInfoLog.str() << std::endl; in getVertexExecutableForCachedInputLayout()1656 gl::InfoLog tempInfoLog; in getGeometryExecutableForPrimitiveType() local1657 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getGeometryExecutableForPrimitiveType()1668 << tempInfoLog.str() << std::endl; in getGeometryExecutableForPrimitiveType()2008 gl::InfoLog tempInfoLog; in getComputeExecutableForImage2DBindLayout() local[all …]