Home | History | Annotate | Download | only in RenderEngine

Lines Matching refs:EGL_NONE

89     contextAttributes.push_back(EGL_NONE);
103 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE};
276 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE};
451 if (attribute != EGL_NONE) {
482 // this places EGL_NONE at the end
485 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF;
486 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF;
498 if (attribute != EGL_NONE) {
506 EGLAttributeVector() { mList.add(Attribute(EGL_NONE), EGL_NONE); }
508 if (attribute != EGL_NONE) {
536 wantedAttribute = EGL_NONE;
537 wantedAttributeValue = EGL_NONE;