Searched refs:attributeMap (Results 1 – 2 of 2) sorted by relevance
129 explicit ConfigSorter(const AttributeMap &attributeMap) in ConfigSorter() argument136 scanForWantedComponents(attributeMap); in ConfigSorter()185 static bool wantsComponent(const AttributeMap &attributeMap, EGLAttrib component) in wantsComponent() argument190 EGLAttrib value = attributeMap.get(component, 0); in wantsComponent()194 void scanForWantedComponents(const AttributeMap &attributeMap) in scanForWantedComponents() argument196 mWantRed = wantsComponent(attributeMap, EGL_RED_SIZE); in scanForWantedComponents()197 mWantGreen = wantsComponent(attributeMap, EGL_GREEN_SIZE); in scanForWantedComponents()198 mWantBlue = wantsComponent(attributeMap, EGL_BLUE_SIZE); in scanForWantedComponents()199 mWantAlpha = wantsComponent(attributeMap, EGL_ALPHA_SIZE); in scanForWantedComponents()200 mWantLuminance = wantsComponent(attributeMap, EGL_LUMINANCE_SIZE); in scanForWantedComponents()[all …]
100 std::vector<const Config *> filter(const AttributeMap &attributeMap) const;