Searched refs:GetInputVaryings (Results 1 – 4 of 4) sorted by relevance
532 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()543 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()566 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()573 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()
707 const std::vector<sh::ShaderVariable> *GetInputVaryings(const ShHandle handle);
703 const std::vector<sh::ShaderVariable> *inputVaryings = sh::GetInputVaryings(compiler); in PrintActiveVariables()
485 const std::vector<ShaderVariable> *GetInputVaryings(const ShHandle handle) in GetInputVaryings() function