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

12 3 4 5

  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 247 if (!egl.eglChooseConfig(display, CONFIG_SPEC, null, 0, numConfig)) {
248 throw new IllegalArgumentException("eglChooseConfig failed");
257 if (!egl.eglChooseConfig(
259 throw new IllegalArgumentException("eglChooseConfig#2 failed");
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 248 if (!egl.eglChooseConfig(display, CONFIG_SPEC, null, 0, numConfig)) {
249 throw new IllegalArgumentException("eglChooseConfig failed");
258 if (!egl.eglChooseConfig(
260 throw new IllegalArgumentException("eglChooseConfig#2 failed");
  /cts/tests/tests/media/src/android/media/cts/
OutputSurface.java 151 if (!mEGL.eglChooseConfig(mEGLDisplay, attribList, configs, 1, numConfigs)) {
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 55 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 106 if (!mEgl.eglChooseConfig(mEglDisplay, configAttribs, configs, 1, numConfigs) || numConfigs[0] == 0) {
107 throw new RuntimeException("eglChooseConfig() failed");
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 130 success = eglChooseConfig(sEglDisplay, configAttribs,
app-win32.c 124 success = eglChooseConfig(sEglDisplay, configAttribs,
  /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);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.cpp 42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig");
FBConfig.cpp 206 s_egl.eglChooseConfig(dpy, newAttribs, matchedConfigs, nConfigs, &nConfigs);
FrameBuffer.cpp 42 if (!s_egl.eglChooseConfig(p_dpy, configAttribs,
187 if (!s_egl.eglChooseConfig(fb->m_eglDisplay, configAttribs,
189 ERR("Failed on eglChooseConfig\n");
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 205 if (!egl.eglChooseConfig(display, mConfigSpec, null, 0,
207 throw new IllegalArgumentException("eglChooseConfig failed");
219 if (!egl.eglChooseConfig(display, mConfigSpec, configs, numConfigs,
221 throw new IllegalArgumentException("eglChooseConfig#2 failed");
  /packages/apps/LegacyCamera/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);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
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);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 324 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
329 res = getDispatch()->eglChooseConfig(dpy,
334 ALOGD("eglChooseConfig: %d configs found\n", *num_config);
344 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 47 public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list,
49 begin("eglChooseConfig");
55 boolean result = mEgl10.eglChooseConfig(display, attrib_list, configs,
EGL14.java 197 // C function EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
199 public static native boolean eglChooseConfig(
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 411 eglChooseConfig(dpy, s_configAttribs, 0, 0, &numConfigs);
414 eglChooseConfig(dpy, s_configAttribs, configs, numConfigs, &n);
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 66 if (egl.eglChooseConfig(display, attributeList, configs, 1, new int[] {1})) {
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 36 public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
  /frameworks/native/opengl/tests/filter/
filter.cpp 55 eglChooseConfig(dpy, s_configAttribs, &config, 1, &numConfigs);
  /frameworks/rs/driver/
rsdGL.cpp 256 rsc->setWatchdogGL("eglChooseConfig", __LINE__, __FILE__);
263 ret = eglChooseConfig(dc->gl.egl.display, configAttribs, 0, 0, &numConfigs);
273 rsc->setWatchdogGL("eglChooseConfig", __LINE__, __FILE__);
274 ret = eglChooseConfig(dc->gl.egl.display,
277 checkEglError("eglChooseConfig", ret);

Completed in 2303 milliseconds

12 3 4 5