Searched refs:mAllAttributes (Results 1 – 2 of 2) sorted by relevance
472 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()473 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()512 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()513 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()519 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()520 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()
84 const std::vector<sh::ShaderVariable> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes()133 std::vector<sh::ShaderVariable> mAllAttributes; variable