Searched refs:getLinkedOutputVaryings (Results 1 – 3 of 3) sorted by relevance
380 executable.getLinkedOutputVaryings(shaderType); in updateLinkedVaryings()391 executable.getLinkedOutputVaryings(ShaderType::Compute); in updateLinkedVaryings()574 previousExecutable.getLinkedOutputVaryings(previousShaderType), in linkVaryings()598 vertexExecutable.getLinkedOutputVaryings(ShaderType::Vertex), in linkVaryings()
273 const std::vector<sh::ShaderVariable> &getLinkedOutputVaryings(ShaderType shaderType) const in getLinkedOutputVaryings() function
1430 outputVaryings[shaderType] = program->getExecutable().getLinkedOutputVaryings(shaderType); in LinkingVariables()