Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderLang.h818 const std::vector<sh::ShaderVariable> *GetOutputVariables(const ShHandle handle);
/external/angle/samples/shader_translator/
Dshader_translator.cpp762 const std::vector<sh::ShaderVariable> *outputs = sh::GetOutputVariables(compiler); in PrintActiveVariables()
/external/angle/src/compiler/translator/
DShaderLang.cpp550 const std::vector<ShaderVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables() function
/external/angle/src/common/
DCompiledShaderState.cpp237 GetActiveShaderVariables(sh::GetOutputVariables(compilerHandle)); in buildCompiledShaderState()