Home | History | Annotate | Download | only in RenderEngine

Lines Matching refs:EGL_NONE

90             EGL_NONE, EGL_NONE
105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE };
293 if (attribute != EGL_NONE) {
324 // this places EGL_NONE at the end
327 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF;
328 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF;
341 if (attribute != EGL_NONE) {
349 mList.add(EGL_NONE, EGL_NONE);
352 if (attribute != EGL_NONE) {
384 wantedAttribute = EGL_NONE;
385 wantedAttributeValue = EGL_NONE;