Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.h83 const std::vector<sh::ShaderVariable> &getActiveAttributes() const { return mActiveAttributes; } in getActiveAttributes()
134 std::vector<sh::ShaderVariable> mActiveAttributes; variable
DShader.cpp327 mState.mActiveAttributes.clear(); in compile()
473 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()
513 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()
520 mState.mActiveAttributes = GetActiveShaderVariables(&mState.mAllAttributes); in resolveCompile()