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

12 3 4 5

  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/native/opengl/tests/textures/
textures.cpp 57 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.cpp 44 s_egl.eglCreateWindowSurface = (eglCreateWindowSurface_t) lib->findSymbol("eglCreateWindowSurface");
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 104 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
106 return getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 125 public EGLSurface eglCreateWindowSurface(EGLDisplay display,
127 begin("eglCreateWindowSurface");
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config,
EGL14.java 220 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
238 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy,
263 "eglCreateWindowSurface() can only be called with an instance of " +
  /frameworks/native/cmds/flatland/
GLHelper.cpp 209 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
211 fprintf(stderr, "eglCreateWindowSurface error: %#x\n", eglGetError());
288 EGLSurface s = eglCreateWindowSurface(mDisplay, mConfig, anw.get(), NULL);
290 fprintf(stderr, "eglCreateWindowSurface error: %#x\n", eglGetError());
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 128 sEglSurface = eglCreateWindowSurface(sEglDisplay, sEglConfig,
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 106 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
115 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
493 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
795 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 78 public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) {
98 "eglCreateWindowSurface() can only be called with an instance of " +
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
  /frameworks/native/opengl/tests/filter/
filter.cpp 52 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/native/opengl/tests/finish/
finish.cpp 61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 146 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
149 printf("eglCreateWindowSurface failed\n");
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 144 mEglSurface = mEgl.eglCreateWindowSurface(
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 145 mEglSurface = mEgl.eglCreateWindowSurface(
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list);
  /frameworks/rs/driver/
rsdGL.cpp 334 dc->gl.egl.surfaceDefault = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
338 checkEglError("eglCreateWindowSurface");
340 ALOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");
451 rsc->setWatchdogGL("eglCreateWindowSurface", __LINE__, __FILE__);
452 dc->gl.egl.surface = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
454 checkEglError("eglCreateWindowSurface");
456 ALOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");
  /development/ndk/platforms/android-9/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 167 surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
168 if (CheckEGLError("eglCreateWindowSurface")) return false;
  /frameworks/native/opengl/include/EGL/
egl.h 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 313 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
314 checkEglError("eglCreateWindowSurface");

Completed in 2046 milliseconds

12 3 4 5