Searched refs:GetOutputVaryings (Results 1 – 5 of 5) sorted by relevance
308 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST_F()317 varyings = sh::GetOutputVaryings(compiler); in TEST_F()350 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST_F()359 varyings = sh::GetOutputVaryings(compiler); in TEST_F()395 const std::vector<sh::ShaderVariable> *varyings = sh::GetOutputVaryings(compiler); in TEST_F()404 varyings = sh::GetOutputVaryings(compiler); in TEST_F()
222 outputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in buildCompiledShaderState()247 outputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in buildCompiledShaderState()269 outputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in buildCompiledShaderState()276 outputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in buildCompiledShaderState()
816 const std::vector<sh::ShaderVariable> *GetOutputVaryings(const ShHandle handle);
760 const std::vector<sh::ShaderVariable> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables()
506 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings() function