Home
last modified time | relevance | path

Searched refs:GetOutputVaryings (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/compiler_tests/
DShaderVariable_test.cpp295 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST()
304 varyings = sh::GetOutputVaryings(compiler); in TEST()
337 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST()
346 varyings = sh::GetOutputVaryings(compiler); in TEST()
383 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST()
392 varyings = sh::GetOutputVaryings(compiler); in TEST()
/external/angle/src/libANGLE/
DShader.cpp511 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
533 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
556 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
563 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
/external/angle/include/GLSLANG/
DShaderLang.h716 const std::vector<sh::ShaderVariable> *GetOutputVaryings(const ShHandle handle);
/external/angle/samples/shader_translator/
Dshader_translator.cpp708 const std::vector<sh::ShaderVariable> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables()
/external/angle/src/compiler/translator/
DShaderLang.cpp485 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings() function