Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderVariable_test.cpp295 const std::vector<sh::Varying> *varyings = sh::GetOutputVaryings(compiler); in TEST()
304 varyings = sh::GetOutputVaryings(compiler); in TEST()
337 const std::vector<sh::Varying> *varyings = sh::GetOutputVaryings(compiler); in TEST()
346 varyings = sh::GetOutputVaryings(compiler); in TEST()
383 const std::vector<sh::Varying> *varyings = sh::GetOutputVaryings(compiler); in TEST()
392 varyings = sh::GetOutputVaryings(compiler); in TEST()
/third_party/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp522 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
544 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
567 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
574 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp457 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
476 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h611 const std::vector<sh::Varying> *GetOutputVaryings(const ShHandle handle);
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h708 const std::vector<sh::ShaderVariable> *GetOutputVaryings(const ShHandle handle);
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp667 const std::vector<sh::Varying> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp428 const std::vector<Varying> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings() function
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp704 const std::vector<sh::ShaderVariable> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp495 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings() function