Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderLang.h873 const std::vector<sh::ShaderVariable> *GetOutputVariables(const ShHandle handle);
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp749 const std::vector<sh::ShaderVariable> *outputs = sh::GetOutputVariables(compiler); in PrintActiveVariables()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp557 const std::vector<ShaderVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables() function
/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.cpp248 GetActiveShaderVariables(sh::GetOutputVariables(compilerHandle)); in buildCompiledShaderState()