Searched refs:getAllAttributes (Results 1 – 4 of 4) sorted by relevance
84 const std::vector<sh::ShaderVariable> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes() function216 const std::vector<sh::ShaderVariable> &getAllAttributes();
687 const std::vector<sh::ShaderVariable> &Shader::getAllAttributes() in getAllAttributes() function in gl::Shader690 return mState.getAllAttributes(); in getAllAttributes()
1782 for (const sh::ShaderVariable &attribute : shader->getAllAttributes()) in updateProgramInterfaceInputs()3750 mState.mExecutable->mProgramInputs = vertexShader->getAllAttributes(); in linkAttributes()
903 SerializeShaderVariablesVector(json, shaderState.getAllAttributes()); in SerializeShaderState()