/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F() 77 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F() 80 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F() 148 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F() 151 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F() 154 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F() 157 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]); in TEST_F()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 65 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r); in main() 66 eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g); in main() 67 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b); in main() 68 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a); in main() 69 eglGetConfigAttrib(dpy, config, EGL_NATIVE_VISUAL_ID, &vid); in main()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 68 } else if (!eglGetConfigAttrib(display, config, in create() 295 eglGetConfigAttrib(dpy, configs[i], attribute, &value); in selectConfigForAttribute() 395 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig() 425 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in chooseEglConfig() 426 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g); in chooseEglConfig() 427 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in chooseEglConfig() 428 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a); in chooseEglConfig()
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 4 eglGetConfigAttrib check value 1
|
D | EGL14.spec | 8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib() 263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib() 263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 174 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib() 266 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
|
/frameworks/native/opengl/tests/configdump/ |
D | configdump.cpp | 81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value); in main()
|
/frameworks/native/opengl/tests/include/ |
D | EGLUtils.h | 104 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId); in selectConfigForPixelFormat()
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 111 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, in glTestPrintEGLConfiguration()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 105 … boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); in eglGetConfigAttrib() method
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 127 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() 286 eglGetConfigAttrib(dc->gl.egl.display, in rsdGLInit() 295 eglGetConfigAttrib(dc->gl.egl.display, in rsdGLInit()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, E…
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 56 Accepted by the <attribute> parameter of eglGetConfigAttrib and
|
D | EGL_ANDROID_recordable.txt | 55 Accepted by the <attribute> parameter of eglGetConfigAttrib and
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 165 public boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, in eglGetConfigAttrib() method in EGLLogWrapper 172 boolean result = mEgl10.eglGetConfigAttrib(display, config, attribute, in eglGetConfigAttrib()
|
D | EGL14.java | 218 public static native boolean eglGetConfigAttrib( in eglGetConfigAttrib() method in EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 37 …public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, … in eglGetConfigAttrib() method in EGLImpl
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 403 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib() function 412 return cnx->egl.eglGetConfigAttrib( in eglGetConfigAttrib() 470 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a); in eglCreateWindowSurface() 477 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r); in eglCreateWindowSurface() 478 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g); in eglCreateWindowSurface() 479 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b); in eglCreateWindowSurface()
|
D | egl_entries.in | 7 EGL_ENTRY(EGLBoolean, eglGetConfigAttrib, EGLDisplay, EGLConfig, EGLint, EGLint *)
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 219 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration()
|