Searched refs:ATTRIBUTE_RESERVE (Results 1 – 2 of 2) sorted by relevance
508 const size_t ATTRIBUTE_RESERVE = 16; // reserve 16 attributes in ChooseConfiguration() local509 attributes.reserve(ATTRIBUTE_RESERVE * 2); // 2 EGLints per attribute in ChooseConfiguration()557 const size_t ATTRIBUTE_RESERVE = 16; // reserve 16 attributes in CreateContext() local558 context_attributes.reserve(ATTRIBUTE_RESERVE * 2); // 2 EGLints per attribute in CreateContext()
449 const size_t ATTRIBUTE_RESERVE = 20; // reserve 20 attributes in CreateContext() local450 attributes.reserve(ATTRIBUTE_RESERVE * 2); // 2 EGLints per attribute in CreateContext()