/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 115 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F() 118 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F() 121 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F() 189 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F() 192 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F() 195 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F() 198 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]); in TEST_F() 244 eglGetConfigAttrib(mEglDisplay, config, EGL_CONFIG_ID, &value); in TEST_F() 246 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F() 249 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F() [all …]
|
/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/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 75 eglGetConfigAttrib(dpy, config, attribute, &value); in selectConfigForAttribute() 138 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig() 255 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in chooseEglConfig() 256 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g); in chooseEglConfig() 257 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in chooseEglConfig() 258 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a); in chooseEglConfig() 434 } else if (!eglGetConfigAttrib(display, config, EGL_RENDERABLE_TYPE, &renderableType)) { in createEglContext()
|
/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/configdump/ |
D | configdump.cpp | 83 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value); in main()
|
/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/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 88 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetConfigAttrib); 207 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetConfigAttrib); in init_stub_library()
|
D | stubs_arm64.cc | 88 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetConfigAttrib); 207 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetConfigAttrib); in init_stub_library()
|
D | stubs_arm.cc | 88 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetConfigAttrib); 207 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetConfigAttrib); in init_stub_library()
|
/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/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/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 286 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in loadA8Config() 287 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g); in loadA8Config() 288 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in loadA8Config() 289 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a); in loadA8Config()
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, in glTestPrintEGLConfiguration()
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 119 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId); in selectConfigForPixelFormat() 234 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 32 eglGetConfigAttrib;
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 107 … boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); in eglGetConfigAttrib() method
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 56 Accepted by the <attribute> parameter of eglGetConfigAttrib and
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, E…
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 123 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() 276 eglGetConfigAttrib(dc->gl.egl.display, in rsdGLInit() 285 eglGetConfigAttrib(dc->gl.egl.display, in rsdGLInit()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 131 eglGetConfigAttrib(dpy, config, attribute, &value); in selectConfigForAttribute() 194 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig() 318 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in chooseEglConfig() 319 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g); in chooseEglConfig() 320 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in chooseEglConfig() 321 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a); in chooseEglConfig() 1562 } else if (!eglGetConfigAttrib(display, config, EGL_RENDERABLE_TYPE, &renderableType)) { in createEglContext()
|
/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 | 221 public static native boolean eglGetConfigAttrib( in eglGetConfigAttrib() method in EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 42 …public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, … in eglGetConfigAttrib() method in EGLImpl
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 7 EGL_ENTRY(EGLBoolean, eglGetConfigAttrib, EGLDisplay, EGLConfig, EGLint, EGLint *)
|