Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h613 const std::vector<sh::OutputVariable> *GetOutputVariables(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h710 const std::vector<sh::ShaderVariable> *GetOutputVariables(const ShHandle handle);
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp669 const std::vector<sh::OutputVariable> *outputs = sh::GetOutputVariables(compiler); in PrintActiveVariables()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp448 const std::vector<OutputVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables() function
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp706 const std::vector<sh::ShaderVariable> *outputs = sh::GetOutputVariables(compiler); in PrintActiveVariables()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp470 GetActiveShaderVariables(sh::GetOutputVariables(compilerHandle)); in resolveCompile()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp539 const std::vector<ShaderVariable> *GetOutputVariables(const ShHandle handle) in GetOutputVariables() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp536 GetActiveShaderVariables(sh::GetOutputVariables(compilerHandle)); in resolveCompile()