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

1 2 3 4 5 6

  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 65 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/
EGL_test.cpp 74 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
77 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
80 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
148 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
151 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
154 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
157 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 27 {"eglGetConfigAttrib", (void *)eglGetConfigAttrib},
  /device/generic/goldfish/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;}
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 111 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value);
115 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value);
138 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RENDERABLE_TYPE, value);
157 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value);
160 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_GREEN_SIZE, value);
163 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_BLUE_SIZE, value);
166 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value);
169 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_DEPTH_SIZE, value);
172 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_STENCIL_SIZE, value);
175 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RENDERABLE_TYPE, value)
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 4 eglGetConfigAttrib check value 1
EGL14.spec 8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 17 { "eglGetConfigAttrib", (deFunctionPtr)eglGetConfigAttrib },
eglwStaticLibrary15.inl 24 { "eglGetConfigAttrib", (deFunctionPtr)eglGetConfigAttrib },
  /hardware/libhardware/tests/hwc/
util.c 147 eglGetConfigAttrib(dpy, cfg[i], EGL_RED_SIZE, &r);
148 eglGetConfigAttrib(dpy, cfg[i], EGL_GREEN_SIZE, &g);
149 eglGetConfigAttrib(dpy, cfg[i], EGL_BLUE_SIZE, &b);
150 eglGetConfigAttrib(dpy, cfg[i], EGL_ALPHA_SIZE, &a);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 68 } else if (!eglGetConfigAttrib(display, config,
295 eglGetConfigAttrib(dpy, configs[i], attribute, &value);
395 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat))
425 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r);
426 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g);
427 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b);
428 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a);
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
  /frameworks/native/opengl/tests/include/
EGLUtils.h 104 eglGetConfigAttrib(dpy, configs[i], EGL_NATIVE_VISUAL_ID, &nativeVisualId);
  /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);
app-linux.c 146 eglGetConfigAttrib(sEglDisplay, sEglConfig,
  /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");
  /frameworks/native/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/native/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/native/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/native/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)) {
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 142 eglGetConfigAttrib( display_, config_, EGL_NATIVE_VISUAL_ID, &format );
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 105 boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value);

Completed in 493 milliseconds

1 2 3 4 5 6