Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramPipeline.cpp380 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()
DProgramExecutable.h273 const std::vector<sh::ShaderVariable> &getLinkedOutputVaryings(ShaderType shaderType) const in getLinkedOutputVaryings() function
DProgramLinkedResources.cpp1430 outputVaryings[shaderType] = program->getExecutable().getLinkedOutputVaryings(shaderType); in LinkingVariables()