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

1 2 34 5

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 371 if (!mEgl.eglInitialize(mEglDisplay, version)) {
372 throw new RuntimeException("eglInitialize failed " +
  /frameworks/native/cmds/flatland/
GLHelper.cpp 48 result = eglInitialize(mDisplay, &majorVersion, &minorVersion);
50 fprintf(stderr, "eglInitialize error: %#x\n", eglGetError());
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 394 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
395 checkEglError("eglInitialize", returnValue);
398 printf("eglInitialize failed\n");
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 359 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
360 checkEglError("eglInitialize", returnValue);
363 printf("eglInitialize failed\n");
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 302 if (!mEgl.eglInitialize(mEglDisplay, version)) {
303 Log.e(LOG_TAG, "eglInitialize failed " +
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 192 eglInitialize(d,&major,&minor);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 570 eglInitialize = 2001;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 121 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 253 eglInitialize(display, 0, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 618 if (!mEgl.eglInitialize(mEglDisplay, version)) {
619 throw new RuntimeException("eglInitialize failed " +
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 451 if (!EGL14.eglInitialize(mEglDisplay, version, 0, version, 1)) {
453 logEglError("eglInitialize");
  /frameworks/rs/driver/
rsdGL.cpp 249 RSD_CALL_GL(eglInitialize, dc->gl.egl.display,
251 checkEglError("eglInitialize");
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 143 if (!s_egl.eglInitialize(fb->m_eglDisplay, &fb->m_caps.eglMajor, &fb->m_caps.eglMinor)) {
144 ERR("Failed to eglInitialize\n");
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 259 if (egl.eglInitialize(display, null)) {
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 491 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 68 EXPECT_TRUE(eglInitialize(mEglDisplay, &majorVersion, &minorVersion));
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 126 jboolean success = eglInitialize(dpy, NULL, NULL);
539 {"eglInitialize", "(" DISPLAY "[I)Z", (void*)jni_eglInitialize },
android_opengl_EGL14.cpp 153 /* EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor ) */
215 _returnValue = eglInitialize(
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 73 returnValue = eglInitialize(*dpy, &majorVersion, &minorVersion);
74 checkEglError("eglInitialize", returnValue);
79 testPrintE("eglInitialize failed");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 468 eglInitialize(438, 2001),
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]

Completed in 780 milliseconds

1 2 34 5