HomeSort by relevance Sort by last modified time
    Searched refs:eglCreateWindowSurface (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 575 eglCreateWindowSurface = 2006;
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 258 eglCreateWindowSurface(gl_display_, egl_config, window, NULL);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 255 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 725 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null);
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 544 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
547 logEglError("eglCreateWindowSurface");
  /frameworks/rs/driver/
rsdGL.cpp 445 rsc->setWatchdogGL("eglCreateWindowSurface", __LINE__, __FILE__);
446 dc->gl.egl.surface = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
448 checkEglError("eglCreateWindowSurface");
450 ALOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");
  /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/base/core/jni/
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/EGL/
eglApi.cpp 400 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config,
507 EGLSurface surface = cnx->egl.eglCreateWindowSurface(
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 521 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
878 { "eglCreateWindowSurface", (_EGLProc) eglCreateWindowSurface },
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 521 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
878 { "eglCreateWindowSurface", (_EGLProc) 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/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 297 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
  /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...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 577 eglCreateWindowSurface(547, 2006),
    [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 1075 milliseconds

1 2 3 45 6