HomeSort by relevance Sort by last modified time
    Searched refs:eglGetConfigAttrib (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/base/opengl/tests/EGLTest/
EGL_test.cpp 72 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
75 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
78 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
109 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
112 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
115 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
118 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
  /frameworks/base/opengl/tests/swapinterval/
swapinterval.cpp 64 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r);
65 eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g);
66 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b);
67 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a);
68 eglGetConfigAttrib(dpy, config, EGL_NATIVE_VISUAL_ID, &vid);
  /development/tools/emulator/opengl/system/egl/
egl_ftable.h 27 {"eglGetConfigAttrib", (void *)eglGetConfigAttrib},
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 27 {"eglGetConfigAttrib", (void *)eglGetConfigAttrib},
egl_dispatch.h 29 eglGetConfigAttrib_t eglGetConfigAttrib;
74 eglGetConfigAttrib_t set_eglGetConfigAttrib(eglGetConfigAttrib_t f) { eglGetConfigAttrib_t retval = eglGetConfigAttrib; eglGetConfigAttrib = f; return retval;}
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_ftable.h 27 {"eglGetConfigAttrib", (void *)eglGetConfigAttrib},
egl_dispatch.h 29 eglGetConfigAttrib_t eglGetConfigAttrib;
74 eglGetConfigAttrib_t set_eglGetConfigAttrib(eglGetConfigAttrib_t f) { eglGetConfigAttrib_t retval = eglGetConfigAttrib; eglGetConfigAttrib = f; return retval;}
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 77 if (egl.eglGetConfigAttrib(
82 if (egl.eglGetConfigAttrib(
91 "eglGetConfigAttrib error: " + egl.eglGetError());
95 egl.eglGetConfigAttrib(
121 egl.eglGetConfigAttrib(display, config, ATTR_ID[j], value);
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 42 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_BUFFER_SIZE, &ibuf)) {
45 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError());
47 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_DEPTH_SIZE, &ibuf)) {
50 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError());
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 103 s_egl.eglGetConfigAttrib(dpy, configs[i],
111 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_RED_SIZE, &redSize);
112 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_BLUE_SIZE, &blueSize);
113 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_GREEN_SIZE, &greenSize);
217 s_egl.eglGetConfigAttrib(dpy, matchedConfigs[matchedIdx], EGL_CONFIG_ID, &sCfgId);
242 s_egl.eglGetConfigAttrib(p_eglDpy, p_eglCfg, s_configAttribs[i], &m_attribValues[i]);
EGLDispatch.h 29 eglGetConfigAttrib_t eglGetConfigAttrib;
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 116 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
191 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r);
192 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g);
193 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b);
194 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a);
200 if (eglGetConfigAttrib(display, config, EGL_CONFIG_CAVEAT, &dummy) == EGL_TRUE) {
  /frameworks/base/libs/ui/
EGLUtils.cpp 83 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
  /frameworks/base/opengl/tests/configdump/
configdump.cpp 81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 70 FNDEF(EGLBoolean, eglGetConfigAttrib, (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value));
122 #define eglGetConfigAttrib FNPTR(eglGetConfigAttrib)
importgl.c 113 IMPORT_FUNC(eglGetConfigAttrib);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 133 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
176 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId);
257 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
281 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
299 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId);
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 621 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_RED_SIZE, value);
624 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_GREEN_SIZE, value);
627 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_BLUE_SIZE, value);
630 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_ALPHA_SIZE, value);
633 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_DEPTH_SIZE, value);
636 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_STENCIL_SIZE, value);
639 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_SURFACE_TYPE, value);
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 97 if (egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_CONFIG_ID,
101 throw new IllegalStateException("Couldn't call eglGetConfigAttrib");
OpenGlEsVersionTest.java 93 if (egl.eglGetConfigAttrib(display, configs[i],
100 + "EGL10#eglGetConfigAttrib failed "
  /frameworks/base/opengl/tests/lib/
glTestLib.cpp 111 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 215 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
307 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
263 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 174 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
266 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) {

Completed in 1067 milliseconds

1 2 3