Searched defs:attribs (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; local
59 surface = eglCreatePbufferSurface(dpy, config, attribs);
/frameworks/rs/driver/
H A DrsdVertexArray.cpp31 RsdVertexArray::RsdVertexArray(const Attrib *attribs, uint32_t numAttribs) { argument
32 mAttribs = attribs;
H A DrsdRuntimeStubs.cpp816 RsdVertexArray::Attrib attribs[2]; local
817 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
818 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
820 RsdVertexArray va(attribs, 2);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp151 EGLint attribs[] = { local
165 if (!eglChooseConfig(mEglDisplay, attribs, &mEglConfig, num_configs, &num_configs)
180 EGLint attribs[] = { local
184 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attribs);
220 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; local
221 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE }; local
106 EGLSurface dummy = eglCreatePbufferSurface(display, dummyConfig, attribs);
374 EGLAttributeVector attribs; local
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_SIZ
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp248 const EGLint attribs[] = { local
264 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp1011 EGLint attribs[] = { local
1016 EGL_SYNC_NATIVE_FENCE_ANDROID, attribs);

Completed in 75 milliseconds