Home | History | Annotate | Download | only in RenderEngine

Lines Matching full:attribs

105     EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE };
106 EGLSurface dummy = eglCreatePbufferSurface(display, dummyConfig, attribs);
374 EGLAttributeVector attribs;
376 attribs[EGL_RENDERABLE_TYPE] = renderableType;
377 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE;
378 attribs[EGL_SURFACE_TYPE] = EGL_WINDOW_BIT|EGL_PBUFFER_BIT;
379 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE;
380 attribs[EGL_RED_SIZE] = 8;
381 attribs[EGL_GREEN_SIZE] = 8;
382 attribs[EGL_BLUE_SIZE] = 8;
391 err = selectConfigForAttribute(display, attribs,