Searched defs:attribs (Results 1 - 8 of 8) 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 DrsdPath.cpp152 RsdVertexArray::Attrib attribs[2]; local
153 attribs[0].set(GL_FLOAT, 2, 8, false, (size_t)vtx, "ATTRIB_position");
154 attribs[1].set(GL_FLOAT, 4, 16, false, (size_t)color, "ATTRIB_color");
155 RsdVertexArray va(attribs, 2);
H A DrsdRuntimeStubs.cpp329 RsdVertexArray::Attrib attribs[2]; local
330 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
331 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
333 RsdVertexArray va(attribs, 2);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp121 EGLint attribs[] = { local
135 if (!eglChooseConfig(mEglDisplay, attribs, &mEglConfig, num_configs, &num_configs)
150 EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION, EGL_NONE }; local
151 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attribs);
188 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; local
189 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp251 const EGLint attribs[] = { local
267 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
/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);
375 EGLAttributeVector attribs; local
377 attribs[EGL_RENDERABLE_TYPE] = renderableType;
378 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE;
379 attribs[EGL_SURFACE_TYPE] = EGL_WINDOW_BIT|EGL_PBUFFER_BIT;
380 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE;
381 attribs[EGL_RED_SIZE] = 8;
382 attribs[EGL_GREEN_SIZE] = 8;
383 attribs[EGL_BLUE_SIZ
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp949 EGLint attribs[] = { local
954 EGL_SYNC_NATIVE_FENCE_ANDROID, attribs);

Completed in 84 milliseconds