Home
last modified time | relevance | path

Searched refs:eglGetConfigAttrib (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp103 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
106 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F()
109 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
177 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
180 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F()
183 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); in TEST_F()
186 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]); in TEST_F()
231 eglGetConfigAttrib(mEglDisplay, config, EGL_CONFIG_ID, &value); in TEST_F()
233 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); in TEST_F()
236 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); in TEST_F()
[all …]
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp65 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/
DRenderEngine.cpp73 } else if (!eglGetConfigAttrib(display, config, in create()
301 eglGetConfigAttrib(dpy, configs[i], attribute, &value); in selectConfigForAttribute()
402 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat)) in selectEGLConfig()
434 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r); in chooseEglConfig()
435 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g); in chooseEglConfig()
436 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b); in chooseEglConfig()
437 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a); in chooseEglConfig()
/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec4 eglGetConfigAttrib check value 1
DEGL14.spec8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp621 eglGetConfigAttrib(mDisplay, mConfig, EGL_RED_SIZE, &redSize);
622 eglGetConfigAttrib(mDisplay, mConfig, EGL_GREEN_SIZE, &greenSize);
623 eglGetConfigAttrib(mDisplay, mConfig, EGL_BLUE_SIZE, &blueSize);
624 eglGetConfigAttrib(mDisplay, mConfig, EGL_ALPHA_SIZE, &alphaSize);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java171 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/
DGLDualGL2View.java174 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib()
266 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib()
263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
/frameworks/native/opengl/tests/configdump/
Dconfigdump.cpp83 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value); in main()
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, in glTestPrintEGLConfiguration()
/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h119 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/
DlibEGL.map.txt25 eglGetConfigAttrib;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java106 … boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); in eglGetConfigAttrib() method
/frameworks/rs/driver/
DrsdGL.cpp123 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/native/opengl/tests/angeles/include/GLES/
Degl.h204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, E…
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt56 Accepted by the <attribute> parameter of eglGetConfigAttrib and
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java165 public boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, in eglGetConfigAttrib() method in EGLLogWrapper
172 boolean result = mEgl10.eglGetConfigAttrib(display, config, attribute, in eglGetConfigAttrib()
DEGL14.java218 public static native boolean eglGetConfigAttrib( in eglGetConfigAttrib() method in EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java37 …public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, … in eglGetConfigAttrib() method in EGLImpl
/frameworks/native/opengl/libs/EGL/
Degl_entries.in7 EGL_ENTRY(EGLBoolean, eglGetConfigAttrib, EGLDisplay, EGLConfig, EGLint, EGLint *)
DeglApi.cpp436 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib() function
445 return cnx->egl.eglGetConfigAttrib( in eglGetConfigAttrib()
616 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_COLOR_COMPONENT_TYPE_EXT, &componentType); in getNativePixelFormat()
621 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r); in getNativePixelFormat()
622 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g); in getNativePixelFormat()
623 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b); in getNativePixelFormat()
624 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a); in getNativePixelFormat()
/frameworks/native/opengl/include/EGL/
Degl.h129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribut…
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp226 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration()

12