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

/frameworks/rs/driver/
H A DrsdPath.cpp152 RsdVertexArray::Attrib attribs[2]; local
153 attribs[0].set(GL_FLOAT, 2, 8, false, (uint32_t)vtx, "ATTRIB_position");
154 attribs[1].set(GL_FLOAT, 4, 16, false, (uint32_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.cpp544 RsdVertexArray::Attrib attribs[2];
545 attribs[0].set(GL_FLOAT, 3, 12, false, (uint32_t)vtx, "ATTRIB_position");
546 attribs[1].set(GL_FLOAT, 2, 8, false, (uint32_t)tex, "ATTRIB_texture0");
548 RsdVertexArray va(attribs, 2);
H A DrsdRuntimeStubs.cpp283 RsdVertexArray::Attrib attribs[2]; local
284 attribs[0].set(GL_FLOAT, 3, 12, false, (uint32_t)vtx, "ATTRIB_position");
285 attribs[1].set(GL_FLOAT, 2, 8, false, (uint32_t)tex, "ATTRIB_texture0");
287 RsdVertexArray va(attribs, 2);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp56 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; local
57 surface = eglCreatePbufferSurface(dpy, config, attribs);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp69 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE }; local
70 EGLSurface dummy = eglCreatePbufferSurface(display, 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/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp415 EGLAttributeVector attribs; local
417 attribs[EGL_RENDERABLE_TYPE] = renderableType;
418 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE;
419 attribs[EGL_SURFACE_TYPE] = EGL_WINDOW_BIT|EGL_PBUFFER_BIT;
420 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE;
421 attribs[EGL_RED_SIZE] = 8;
422 attribs[EGL_GREEN_SIZE] = 8;
423 attribs[EGL_BLUE_SIZE] = 8;
433 err = selectConfigForAttribute(display, attribs, wantedAttribute,
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp238 const EGLint attribs[] = { local
254 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java636 int attribs[] = {
641 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp991 EGLint attribs[] = { local
996 EGL_SYNC_NATIVE_FENCE_ANDROID, attribs);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1272 int[] attribs = { EGL14.EGL_CONTEXT_CLIENT_VERSION, mGlVersion, EGL_NONE };
1275 mGlVersion != 0 ? attribs : null);

Completed in 1054 milliseconds