Searched refs:GetOutputVaryings (Results 1 – 5 of 5) sorted by relevance
295 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()
522 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()
708 const std::vector<sh::ShaderVariable> *GetOutputVaryings(const ShHandle handle);
704 const std::vector<sh::ShaderVariable> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables()
495 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings() function