Home
last modified time | relevance | path

Searched defs:outputVaryings (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/compiler_tests/
DCollectVariables_test.cpp1216 const std::vector<ShaderVariable> &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1247 const std::vector<ShaderVariable> &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1278 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1369 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1549 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1575 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
/external/angle/samples/shader_translator/
Dshader_translator.cpp708 const std::vector<sh::ShaderVariable> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables() local
/external/angle/src/compiler/translator/
DCollectVariables.cpp256 std::vector<sh::ShaderVariable> *outputVaryings, in CollectVariablesTraverser()
1290 std::vector<ShaderVariable> *outputVaryings, in CollectVariables()
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp1625 bool LinkValidateShaderInterfaceMatching(const std::vector<sh::ShaderVariable> &outputVaryings, in LinkValidateShaderInterfaceMatching()
1858 bool LinkValidateBuiltInVaryings(const std::vector<sh::ShaderVariable> &outputVaryings, in LinkValidateBuiltInVaryings()
DProgram.cpp3506 const std::vector<sh::ShaderVariable> &outputVaryings = in linkVaryings() local