Searched refs:Adder (Results 1 – 1 of 1) sorted by relevance
149 class Adder;150 friend class Adder;165 class Adder { class in android::renderengine::gl::EGLAttributeVector169 Adder(EGLAttributeVector& v, EGLint attribute) : v(v), attribute(attribute) {} in Adder() function in android::renderengine::gl::EGLAttributeVector::Adder187 Adder operator[](EGLint attribute) { return Adder(*this, attribute); } in operator []()