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

1 2 3 4 5

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 26 {"eglChooseConfig", (void *)eglChooseConfig},
  /device/generic/goldfish/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;}
  /sdk/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;}
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 3 eglChooseConfig check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
EGL14.spec 7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 68 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
102 EXPECT_TRUE(eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs));
134 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
  /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)");
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 73 eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs);
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 75 eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 28 eglChooseConfig_t eglChooseConfig;
  /frameworks/native/opengl/tests/include/
EGLUtils.h 95 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) {
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 37 if (!eglChooseConfig(eglDisplay, attrib, &eglConfig, 1, &nConfigs)) {
  /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);
  /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);
  /frameworks/base/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);
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 54 egl.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, num_config);
55 checkForEGLErrors("eglChooseConfig");
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 87 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, configs, 0, configs.length,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 112 eglChooseConfig(display, configAttribs, &m_surfaceConfig, 1, &numConfigs);
113 GLUtils::checkEglError("eglChooseConfig");
  /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/native/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/native/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/native/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);

Completed in 335 milliseconds

1 2 3 4 5