Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramPipeline.cpp400 executable.getLinkedOutputVaryings(shaderType); in updateLinkedVaryings()
411 executable.getLinkedOutputVaryings(ShaderType::Compute); in updateLinkedVaryings()
593 previousExecutable.getLinkedOutputVaryings(previousShaderType), in linkVaryings()
617 vertexExecutable.getLinkedOutputVaryings(ShaderType::Vertex), in linkVaryings()
DProgramExecutable.h315 const std::vector<sh::ShaderVariable> &getLinkedOutputVaryings(ShaderType shaderType) const in getLinkedOutputVaryings() function
DVaryingPacking.cpp1099 : programExecutable.getLinkedOutputVaryings(backShaderType); in GetMergedVaryingsFromShaders()