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

1 2 3 4 5

  /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);
  /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;}
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 113 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
116 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
119 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
187 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
190 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
193 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
196 success = eglGetConfigAttrib(mEglDisplay, config, EGL_ALPHA_SIZE, &components[3]);
241 eglGetConfigAttrib(mEglDisplay, config, EGL_CONFIG_ID, &value);
243 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
246 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1])
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 140 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_CONFIG_ID, &m_iConfig);
275 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_NATIVE_VISUAL_ID, &visualID);
447 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_CONFIG_ID , &i32Values[0]);
451 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_BUFFER_SIZE , &i32Values[0]);
452 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_RED_SIZE , &i32Values[1]);
453 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_GREEN_SIZE , &i32Values[2]);
454 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_BLUE_SIZE , &i32Values[3]);
455 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_ALPHA_SIZE , &i32Values[4]);
459 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_DEPTH_SIZE , &i32Values[0]);
463 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_STENCIL_SIZE , &i32Values[0]);
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 17 { "eglGetConfigAttrib", (deFunctionPtr)eglGetConfigAttrib },
eglwStaticLibrary15.inl 24 { "eglGetConfigAttrib", (deFunctionPtr)eglGetConfigAttrib },
  /external/mesa3d/src/egl/
egl-symbols-check 23 eglGetConfigAttrib
  /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 )
  /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);
  /external/skia/tools/sk_app/android/
GLWindowContext_android.cpp 134 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_STENCIL_SIZE, &fStencilBits);
135 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount);
  /external/skqp/tools/sk_app/android/
GLWindowContext_android.cpp 134 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_STENCIL_SIZE, &fStencilBits);
135 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount);
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 83 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
  /frameworks/native/services/surfaceflinger/RenderEngine/
Surface.cpp 69 if (!eglGetConfigAttrib(mEGLDisplay, mEGLConfig, attrib, &value)) {
RenderEngine.cpp 68 } else if (!eglGetConfigAttrib(display, config, EGL_RENDERABLE_TYPE, &renderableType)) {
454 eglGetConfigAttrib(dpy, configs[i], attribute, &value);
547 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat))
578 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &r);
579 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &g);
580 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &b);
581 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &a);
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigTest.java 110 if (egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_CONFIG_ID,
114 throw new IllegalStateException("Couldn't call eglGetConfigAttrib");
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 79 eglGetConfigAttrib(display_, config_, EGL_NATIVE_VISUAL_ID, &visual_id);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.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)) {
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 191 // For getting return values from eglGetConfigAttrib
196 egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_CONFIG_CAVEAT, attrib);
204 egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_SURFACE_TYPE, attrib);
211 egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_RENDERABLE_TYPE, attrib);

Completed in 892 milliseconds

1 2 3 4 5