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

1 2 3 4

  /development/tools/emulator/opengl/system/egl/
egl_ftable.h 26 {"eglChooseConfig", (void *)eglChooseConfig},
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 26 {"eglChooseConfig", (void *)eglChooseConfig},
egl_dispatch.h 28 eglChooseConfig_t eglChooseConfig;
73 eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; return retval;}
egl.cpp 94 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
96 return getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_ftable.h 26 {"eglChooseConfig", (void *)eglChooseConfig},
egl_dispatch.h 28 eglChooseConfig_t eglChooseConfig;
73 eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; return retval;}
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 90 if (egl.eglChooseConfig(display, attributeList, null, 0, numConfigs)) {
92 if (egl.eglChooseConfig(display, attributeList, configs, configs.length,
106 throw new IllegalStateException("Couldn't call eglChooseConfig (1)");
109 throw new IllegalStateException("Couldn't call eglChooseConfig (2)");
  /frameworks/base/opengl/tests/EGLTest/
EGL_test.cpp 65 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
102 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 49 if (!egl.eglChooseConfig(display, mConfigSpec, null, 0, numConfig)) {
50 throw new RuntimeException("eglChooseConfig failed");
58 if (!egl.eglChooseConfig(display,
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 28 eglChooseConfig_t eglChooseConfig;
EGLDispatch.cpp 48 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig");
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 37 if (!eglChooseConfig(eglDisplay, attrib, &eglConfig, 1, &nConfigs)) {
  /frameworks/base/libs/ui/
EGLUtils.cpp 74 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) {
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 65 FNDEF(EGLBoolean, eglChooseConfig, (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config));
117 #define eglChooseConfig FNPTR(eglChooseConfig)
importgl.c 108 IMPORT_FUNC(eglChooseConfig);
app-linux.c 130 success = eglChooseConfig(sEglDisplay, configAttribs,
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 159 eglChooseConfig(m_display, configAttribs, &config, 1, &numConfigs);
165 eglChooseConfig(m_display, configAttribs, &config, 1, &numConfigs);
202 eglChooseConfig(m_display, configAttribs, &config, 1, &numConfigs);
208 eglChooseConfig(m_display, configAttribs, &config, 1, &numConfigs);
438 eglChooseConfig(m_display, configAttribs, &config, 1, &numConfigs);
  /system/media/mca/filterfw/jni/
jni_gl_environment.cpp 166 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
235 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
333 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 59 * specification to eglChooseConfig() that has the attribute
163 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
174 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 124 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
132 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 127 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
135 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 69 eglChooseConfig(m_eglDisplay, configAttribs, &m_eglConfig, 1, &numConfigs);
70 checkGlError("eglChooseConfig");
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 97 boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config);
  /packages/apps/Camera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 154 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, null, 0, numConfig);
165 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, configs, numConfigs, numConfig);

Completed in 396 milliseconds

1 2 3 4