Searched refs:eglGetConfigAttrib (Results 1 - 25 of 30) 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.cpp103 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
106 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
109 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
177 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
180 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
183 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
186 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
231 eglGetConfigAttrib(mEglDisplay, config, EGL_CONFIG_ID, &value);
233 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
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.cpp73 } else if (!eglGetConfigAttrib(display, config,
301 eglGetConfigAttrib(dpy, configs[i], attribute, &value);
402 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat))
434 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r);
435 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g);
436 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b);
437 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a);
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp83 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
/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/native/services/surfaceflinger/
H A 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/lib/include/
H A DEGLUtils.h119 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
234 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/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.h129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp226 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.cpp436 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, function
445 return cnx->egl.eglGetConfigAttrib(
616 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_COLOR_COMPONENT_TYPE_EXT, &componentType);
621 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r);
622 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g);
623 cnx->egl.eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b);
624 cnx->egl.eglGetConfigAttrib(dpy, 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);

Completed in 339 milliseconds

12