Searched refs:GetShaderVariables (Results 1 – 2 of 2) sorted by relevance
49 const std::vector<VarT> &GetShaderVariables(const std::vector<VarT> *variableList) in GetShaderVariables() function473 mState.mUniforms = GetShaderVariables(sh::GetUniforms(compilerHandle)); in resolveCompile()474 mState.mUniformBlocks = GetShaderVariables(sh::GetUniformBlocks(compilerHandle)); in resolveCompile()475 mState.mShaderStorageBlocks = GetShaderVariables(sh::GetShaderStorageBlocks(compilerHandle)); in resolveCompile()483 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()522 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()523 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()530 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()532 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()543 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()[all …]
69 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables() function551 return GetShaderVariables<InterfaceBlock>(handle); in GetInterfaceBlocks()