Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1589 gl::InfoLog tempInfoLog; in getPixelExecutableForCachedOutputLayout() local
1590 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getPixelExecutableForCachedOutputLayout()
1606 << tempInfoLog.str() << std::endl; in getPixelExecutableForCachedOutputLayout()
1633 gl::InfoLog tempInfoLog; in getVertexExecutableForCachedInputLayout() local
1634 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getVertexExecutableForCachedInputLayout()
1650 << tempInfoLog.str() << std::endl; in getVertexExecutableForCachedInputLayout()
1690 gl::InfoLog tempInfoLog; in getGeometryExecutableForPrimitiveType() local
1691 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getGeometryExecutableForPrimitiveType()
1702 << tempInfoLog.str() << std::endl; in getGeometryExecutableForPrimitiveType()
2052 gl::InfoLog tempInfoLog; in getComputeExecutableForImage2DBindLayout() local
[all …]