Searched refs:EGL_DONT_CARE (Results 1 – 13 of 13) sorted by relevance
167 EGL_DONT_CARE },170 EGL_DONT_CARE },176 EGL_DONT_CARE },179 EGL_DONT_CARE },200 EGL_DONT_CARE },203 EGL_DONT_CARE },206 EGL_DONT_CARE },212 EGL_DONT_CARE },233 EGL_DONT_CARE },236 EGL_DONT_CARE },[all …]
92 mode->Handle = EGL_DONT_CARE; in _eglParseModeAttribs()93 mode->Width = EGL_DONT_CARE; in _eglParseModeAttribs()94 mode->Height = EGL_DONT_CARE; in _eglParseModeAttribs()95 mode->RefreshRate = EGL_DONT_CARE; in _eglParseModeAttribs()96 mode->Optimal = EGL_DONT_CARE; in _eglParseModeAttribs()97 mode->Interlaced = EGL_DONT_CARE; in _eglParseModeAttribs()161 if (min->Handle != EGL_DONT_CARE && c->Handle != min->Handle) in _eglModeQualifies()163 if (min->Width != EGL_DONT_CARE && c->Width < min->Width) in _eglModeQualifies()165 if (min->Height != EGL_DONT_CARE && c->Height < min->Height) in _eglModeQualifies()167 if (min->RefreshRate != EGL_DONT_CARE && c->RefreshRate < min->RefreshRate) in _eglModeQualifies()[all …]
244 …rules[EGL_BIND_TO_TEXTURE_RGB] = AttribRule(EGL_BIND_TO_TEXTURE_RGB, EGL_DONT_CARE, CRITERIA_EX… in initAttribRules()245 …rules[EGL_BIND_TO_TEXTURE_RGBA] = AttribRule(EGL_BIND_TO_TEXTURE_RGBA, EGL_DONT_CARE, CRITERIA_… in initAttribRules()247 …rules[EGL_CONFIG_CAVEAT] = AttribRule(EGL_CONFIG_CAVEAT, EGL_DONT_CARE, CRITERIA_EXACT, SOR… in initAttribRules()248 …rules[EGL_CONFIG_ID] = AttribRule(EGL_CONFIG_ID, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER… in initAttribRules()253 …rules[EGL_MAX_SWAP_INTERVAL] = AttribRule(EGL_MAX_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT… in initAttribRules()254 …rules[EGL_MIN_SWAP_INTERVAL] = AttribRule(EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT… in initAttribRules()255 …rules[EGL_NATIVE_RENDERABLE] = AttribRule(EGL_NATIVE_RENDERABLE, EGL_DONT_CARE, CRITERIA_EXACT… in initAttribRules()256 …rules[EGL_NATIVE_VISUAL_TYPE] = AttribRule(EGL_NATIVE_VISUAL_TYPE, EGL_DONT_CARE, CRITERIA_EXAC… in initAttribRules()263 …rules[EGL_TRANSPARENT_RED_VALUE] = AttribRule(EGL_TRANSPARENT_RED_VALUE, EGL_DONT_CARE, CRITERIA… in initAttribRules()264 …rules[EGL_TRANSPARENT_GREEN_VALUE] = AttribRule(EGL_TRANSPARENT_GREEN_VALUE, EGL_DONT_CARE, CRITE… in initAttribRules()[all …]
76 if (value == EGL_DONT_CARE) in logConfigAttrib()229 if (!found) attributes.push_back(std::make_pair(dontCareAttributes[ndx], EGL_DONT_CARE)); in fillDontCare()257 { EGL_BIND_TO_TEXTURE_RGB, EGL_DONT_CARE }, in getValue()258 { EGL_BIND_TO_TEXTURE_RGBA, EGL_DONT_CARE }, in getValue()259 { EGL_COLOR_BUFFER_TYPE, EGL_DONT_CARE }, in getValue()260 { EGL_CONFIG_CAVEAT, EGL_DONT_CARE }, in getValue()264 { EGL_MAX_SWAP_INTERVAL, EGL_DONT_CARE }, in getValue()265 { EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE }, in getValue()266 { EGL_NATIVE_RENDERABLE, EGL_DONT_CARE }, in getValue()267 { EGL_NATIVE_VISUAL_TYPE, EGL_DONT_CARE }, in getValue()
182 attribs[EGL_TRANSPARENT_TYPE] = EGL_DONT_CARE; in chooseConfigByID()183 attribs[EGL_COLOR_BUFFER_TYPE] = EGL_DONT_CARE; in chooseConfigByID()184 attribs[EGL_RENDERABLE_TYPE] = EGL_DONT_CARE; in chooseConfigByID()185 attribs[EGL_SURFACE_TYPE] = EGL_DONT_CARE; in chooseConfigByID()
23 case EGL_DONT_CARE: return "EGL_DONT_CARE";
352 EGL_OPTIMAL_MESA EGL_DONT_CARE Exact 1,0 1353 EGL_INTERLACED_MESA EGL_DONT_CARE Exact 0,1 2354 EGL_REFRESH_RATE EGL_DONT_CARE AtLeast Larger 3355 EGL_WIDTH EGL_DONT_CARE AtLeast Larger 4356 EGL_HEIGHT EGL_DONT_CARE AtLeast Larger 5357 EGL_MODE_ID_MESA EGL_DONT_CARE Exact Smaller 6
74 #define EGL_DONT_CARE ((EGLint)-1) macro
34 #define EGL_DONT_CARE ((eglw::EGLint)-1) macro
223 base.ConfigID = EGL_DONT_CARE; in dri2_add_config()224 base.SurfaceType = EGL_DONT_CARE; in dri2_add_config()
META-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
131 data.criteria.MatchNativePixmap != EGL_DONT_CARE) { in egl_g3d_choose_config()