Searched refs:tempInfoLog (Results 1 – 1 of 1) sorted by relevance
1589 gl::InfoLog tempInfoLog; in getPixelExecutableForCachedOutputLayout() local1590 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getPixelExecutableForCachedOutputLayout()1606 << tempInfoLog.str() << std::endl; in getPixelExecutableForCachedOutputLayout()1633 gl::InfoLog tempInfoLog; in getVertexExecutableForCachedInputLayout() local1634 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getVertexExecutableForCachedInputLayout()1650 << tempInfoLog.str() << std::endl; in getVertexExecutableForCachedInputLayout()1690 gl::InfoLog tempInfoLog; in getGeometryExecutableForPrimitiveType() local1691 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getGeometryExecutableForPrimitiveType()1702 << tempInfoLog.str() << std::endl; in getGeometryExecutableForPrimitiveType()2052 gl::InfoLog tempInfoLog; in getComputeExecutableForImage2DBindLayout() local[all …]