Searched refs:attribs (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/driver/
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 DrsdVertexArray.cpp31 RsdVertexArray::RsdVertexArray(const Attrib *attribs, uint32_t numAttribs) { argument
32 mAttribs = attribs;
H A DrsdVertexArray.h49 RsdVertexArray(const Attrib *attribs, uint32_t numAttribs);
H A DrsdGL.cpp543 RsdVertexArray::Attrib attribs[2];
545 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
546 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
548 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/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/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/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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE };
393 return egl.eglCreatePbufferSurface(display, eglConfig, attribs);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp251 const EGLint attribs[] = { local
267 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java680 int attribs[] = {
685 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp949 EGLint attribs[] = { local
954 EGL_SYNC_NATIVE_FENCE_ANDROID, attribs);

Completed in 1412 milliseconds