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

/frameworks/base/libs/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp108 EGLint attribs[] = { local
119 attribs[2] = EGL_CONFIG_CAVEAT;
120 attribs[3] = EGL_SLOW_CONFIG;
139 display, attribs, mNativeWindow.get(), &config);
/frameworks/base/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/base/cmds/bootanimation/
H A DBootAnimation.cpp217 const EGLint attribs[] = { local
230 EGLUtils::selectConfigForNativeWindow(display, attribs, s.get(), &config);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java190 native void nAnimationAdd(float time, float[] attribs); argument

Completed in 448 milliseconds