Searched refs:currentInfoLog (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 1557 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getPixelExecutableForCachedOutputLayout() local 1560 context, *currentInfoLog, finalPixelHLSL, gl::ShaderType::Fragment, mStreamOutVaryings, in getPixelExecutableForCachedOutputLayout() 1600 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getVertexExecutableForCachedInputLayout() local 1603 context, *currentInfoLog, finalVertexHLSL, gl::ShaderType::Vertex, mStreamOutVaryings, in getVertexExecutableForCachedInputLayout() 1657 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getGeometryExecutableForPrimitiveType() local 1661 context, *currentInfoLog, geometryHLSL, gl::ShaderType::Geometry, mStreamOutVaryings, in getGeometryExecutableForPrimitiveType() 2009 gl::InfoLog *currentInfoLog = infoLog ? infoLog : &tempInfoLog; in getComputeExecutableForImage2DBindLayout() local 2012 context, *currentInfoLog, finalComputeHLSL, gl::ShaderType::Compute, in getComputeExecutableForImage2DBindLayout()
|