Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderLang.h718 const std::vector<sh::ShaderVariable> *GetOutputVariables(const ShHandle handle);
/external/angle/samples/shader_translator/
Dshader_translator.cpp710 const std::vector<sh::ShaderVariable> *outputs = sh::GetOutputVariables(compiler); in PrintActiveVariables()
/external/angle/src/libANGLE/
DShader.cpp525 GetActiveShaderVariables(sh::GetOutputVariables(compilerHandle)); in resolveCompile()
/external/angle/src/compiler/translator/
DShaderLang.cpp529 const std::vector<ShaderVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables() function