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

1 2 3 4 5 6 7 8 910

  /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;}
  /cts/tests/tests/media/src/android/media/cts/
NdkInputSurface.java 34 static private native long eglChooseConfig(long eglDisplay);
54 mEGLConfig = eglChooseConfig(mEGLDisplay);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
eglwStaticLibrary15.inl 8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
  /external/mesa3d/src/egl/
egl-symbols-check 7 eglChooseConfig
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 3 eglChooseConfig nullAllowed configs check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigTest.java 103 if (egl.eglChooseConfig(display, attributeList, null, 0, numConfigs)) {
105 if (egl.eglChooseConfig(display, attributeList, configs, configs.length,
119 throw new IllegalStateException("Couldn't call eglChooseConfig (1)");
122 throw new IllegalStateException("Couldn't call eglChooseConfig (2)");
Egl10Utils.java 32 if (!egl.eglChooseConfig(display, configSpec, null, 0,
34 throw new IllegalArgumentException("eglChooseConfig failed");
43 if (!egl.eglChooseConfig(display, configSpec, configs, numConfigs, value)) {
44 throw new IllegalArgumentException("eglChooseConfig#2 failed");
  /external/skia/tools/fiddle/
egl_context.cpp 46 if (EGL_TRUE != eglChooseConfig(eglDpy, configAttribs, &eglCfg, 1, &numConfigs)) {
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 192 if (!egl.eglChooseConfig(display, CONFIG_SPEC, null, 0, numConfig)) {
193 throw new IllegalArgumentException("eglChooseConfig failed");
202 if (!egl.eglChooseConfig(
204 throw new IllegalArgumentException("eglChooseConfig#2 failed");
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp 114 eglChooseConfig( display_, attribs, &config_, 1, &num_configs );
123 eglChooseConfig( display_, attribs, &config_, 1, &num_configs );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp 114 eglChooseConfig( display_, attribs, &config_, 1, &num_configs );
123 eglChooseConfig( display_, attribs, &config_, 1, &num_configs );
  /cts/tests/tests/graphics/src/android/graphics/cts/
SyncTest.java 85 if (!EGL14.eglChooseConfig(mEglDisplay,
92 throw new RuntimeException("eglChooseConfig failed");
RenderTarget.java 34 import static android.opengl.EGL14.eglChooseConfig;
162 if (!eglChooseConfig(display, egl_attribs, 0, configs, 0, 1, num_configs, 0)
164 throw new IllegalStateException("eglChooseConfig failed");
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 96 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
130 EXPECT_TRUE(eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs));
170 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
225 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
311 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
393 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
495 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 167 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
236 eglChooseConfig(gl_env->display(), configAttribs, &config, 1, &numConfigs);
334 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/hardware/src/android/hardware/cts/
Egl14Utils.java 129 if (!EGL14.eglChooseConfig(
131 throw new RuntimeException("eglChooseConfig failed");
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 70 eglChooseConfig(display_, attribs, &config_, 1, &num_configs);
  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 87 SkAssertResult(eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs));
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.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);

Completed in 943 milliseconds

1 2 3 4 5 6 7 8 910