Home | History | Annotate | Download | only in common

Lines Matching refs:_attachments

8726   void Init(GLenum _target, GLsizei _count, const GLenum* _attachments) {
8730 memcpy(ImmediateDataAddress(this), _attachments, ComputeDataSize(_count));
8736 const GLenum* _attachments) {
8737 static_cast<ValueType*>(cmd)->Init(_target, _count, _attachments);