Searched refs:eglGetConfigAttrib (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp65 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r);
66 eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g);
67 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b);
68 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a);
69 eglGetConfigAttrib(dpy, config, EGL_NATIVE_VISUAL_ID, &vid);
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp104 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
107 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
110 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
178 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
181 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
184 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
187 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
230 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
233 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
236 success = eglGetConfigAttrib(mEglDispla
[all...]
/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec4 eglGetConfigAttrib check value 1
H A DEGL14.spec8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp69 } else if (!eglGetConfigAttrib(display, config,
297 eglGetConfigAttrib(dpy, configs[i], attribute, &value);
398 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat))
428 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r);
429 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g);
430 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b);
431 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a);
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp84 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
/frameworks/native/opengl/tests/include/
H A DEGLUtils.h104 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java174 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
266 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java106 boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); method in interface:EGL10
/frameworks/rs/driver/
H A DrsdGL.cpp123 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
276 eglGetConfigAttrib(dc->gl.egl.display,
285 eglGetConfigAttrib(dc->gl.egl.display,
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java165 public boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, method in class:EGLLogWrapper
167 begin("eglGetConfigAttrib");
172 boolean result = mEgl10.eglGetConfigAttrib(display, config, attribute,
H A DEGL14.java216 // C function EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
218 public static native boolean eglGetConfigAttrib( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java37 public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); method in class:EGLImpl
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
/frameworks/native/opengl/include/EGL/
H A Degl.h262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp224 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp434 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, function
443 return cnx->egl.eglGetConfigAttrib(
501 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_COLOR_COMPONENT_TYPE_EXT,
509 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r);
510 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g);
511 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b);
512 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp323 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp324 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp329 success = eglGetConfigAttrib(dpy, cnf, attribute, &localValue);
501 {"eglGetConfigAttrib", "(" DISPLAY CONFIG "I[I)Z", (void*)jni_eglGetConfigAttrib },

Completed in 518 milliseconds

12