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()
479 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()501 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
661 const std::vector<sh::ShaderVariable> *GetOutputVaryings(const ShHandle handle);
684 const std::vector<sh::ShaderVariable> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables()
402 const std::vector<ShaderVariable> *GetOutputVaryings(const ShHandle handle) in GetOutputVaryings() function