Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1557 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()