Lines Matching refs:EGL_NONE
89 contextAttributes.push_back(EGL_NONE); in create()
103 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in create()
276 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in waitFence()
451 if (attribute != EGL_NONE) { in selectConfigForAttribute()
485 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF; in operator <()
486 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF; in operator <()
498 if (attribute != EGL_NONE) { in operator =()
506 EGLAttributeVector() { mList.add(Attribute(EGL_NONE), EGL_NONE); } in EGLAttributeVector()
508 if (attribute != EGL_NONE) { in remove()
536 wantedAttribute = EGL_NONE; in selectEGLConfig()
537 wantedAttributeValue = EGL_NONE; in selectEGLConfig()