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

1 2 34 5

  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 107 surface = eglCreateWindowSurface(display, config, window, NULL);
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 316 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 196 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 334 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
363 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
android_opengl_EGL14.cpp 515 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
574 _returnValue = eglCreateWindowSurface(
592 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
656 _returnValue = eglCreateWindowSurface(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 575 eglCreateWindowSurface = 2006;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 318 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 255 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 658 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 543 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
546 logEglError("eglCreateWindowSurface");
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 422 fb->m_eglSurface = s_egl.eglCreateWindowSurface(fb->m_eglDisplay,
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 361 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
398 EGLSurface surface = cnx->egl.eglCreateWindowSurface(
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 798 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
818 result = egl.eglCreateWindowSurface(display, config, nativeWindow, null);
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 609 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 723 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
738 return egl.eglCreateWindowSurface(display, config, nativeWindow, null);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 788 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
808 result = egl.eglCreateWindowSurface(display, config, nativeWindow, null);
816 Log.e(TAG, "eglCreateWindowSurface", e);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 102 *surface = eglCreateWindowSurface(*dpy, myConfig, window, NULL);
103 checkEglError("eglCreateWindowSurface");
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 102 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 473 eglCreateWindowSurface(443, 2006),
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 472 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config,
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]

Completed in 851 milliseconds

1 2 34 5