Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1556 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
[all …]