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

1 2 34 5

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 413 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
414 throw new IllegalArgumentException("eglChooseConfig failed " +
  /frameworks/native/cmds/flatland/
GLHelper.cpp 64 result = eglChooseConfig(mDisplay, configAttribs, &mConfig, 1,
67 fprintf(stderr, "eglChooseConfig error: %#x\n", eglGetError());
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 356 if (!mEgl.eglChooseConfig(mEglDisplay, sEglConfig, configs, 1, configsCount)) {
357 throw new IllegalArgumentException("eglChooseConfig failed " +
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 194 eglChooseConfig(d, attribute_list, configs, 150, &num_config);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 758 * {@link EGL10#eglChooseConfig} and iterating through the results. Please consult the
759 * EGL specification available from The Khronos Group to learn how to call eglChooseConfig.
775 if (!egl.eglChooseConfig(display, mConfigSpec, null, 0,
777 throw new IllegalArgumentException("eglChooseConfig failed");
788 if (!egl.eglChooseConfig(display, mConfigSpec, configs, numConfigs,
790 throw new IllegalArgumentException("eglChooseConfig#2 failed");
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 573 eglChooseConfig = 2004;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 250 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 280 eglChooseConfig(display, configAttribs, &config, 1, &numConfigs);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 254 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 688 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
689 throw new IllegalArgumentException("eglChooseConfig failed " +
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 468 if (!EGL14.eglChooseConfig(mEglDisplay, eglConfigAttribList, 0,
470 logEglError("eglChooseConfig");
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 574 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 74 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 208 success = eglChooseConfig(dpy, attrib_base, configs ? nativeConfigs : 0, config_size, &num);
544 {"eglChooseConfig", "(" DISPLAY "[I[" CONFIG "I[I)Z", (void*)jni_eglChooseConfig },
android_opengl_EGL14.cpp 337 /* EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config ) */
430 _returnValue = eglChooseConfig(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 471 eglChooseConfig(441, 2004),
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 267 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list,
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 70 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 267 eglChooseConfig(dpy, attrs, configs, numConfigs, &n);
    [all...]

Completed in 1076 milliseconds

1 2 34 5