Home
last modified time | relevance | path

Searched refs:mAllAttributes (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DShader.cpp440 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
441 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()
480 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
481 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()
487 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
488 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()
DShader.h82 const std::vector<sh::ShaderVariable> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes()
109 std::vector<sh::ShaderVariable> mAllAttributes; variable