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

1 2 3 4 5

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
egl_dispatch.h 30 eglCreateWindowSurface_t eglCreateWindowSurface;
75 eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
egl_dispatch.h 30 eglCreateWindowSurface_t eglCreateWindowSurface;
75 eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 5 //STUB function: //eglCreateWindowSurface sentinel attrib_list EGL_NONE
EGL14.spec 9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy,
44 "eglCreateWindowSurface() can only be called with an instance of " +
eglCreateWindowSurface.cpp 1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
60 _returnValue = eglCreateWindowSurface(
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
142 _returnValue = eglCreateWindowSurface(
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 30 eglCreateWindowSurface_t eglCreateWindowSurface;
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 91 EGLSurface eglSurface = eglCreateWindowSurface(eglDisplay,
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 67 FNDEF(EGLSurface, eglCreateWindowSurface, (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list));
119 #define eglCreateWindowSurface FNPTR(eglCreateWindowSurface)
importgl.c 110 IMPORT_FUNC(eglCreateWindowSurface);
app-linux.c 170 sEglSurface = eglCreateWindowSurface(sEglDisplay, sEglConfig,
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 173 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
178 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
214 // set during the eglCreateWindowSurface
242 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
247 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
308 // eglCreateWindowSurface
341 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(),
346 if (GLEnv::CheckEGLError("eglCreateWindowSurface")) {
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 108 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, configs[0], mSurface,
110 checkEglError("eglCreateWindowSurface");
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 140 tileQueue->m_eglSurface = eglCreateWindowSurface(display, m_surfaceConfig, anw, NULL);
142 GLUtils::checkEglError("eglCreateWindowSurface");
143 ALOGV("eglCreateWindowSurface");
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 98 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
99 checkEglError("eglCreateWindowSurface");
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 70 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 70 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 116 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, configs[0], mSurfaceTexture, null);
121 throw new RuntimeException("eglCreateWindowSurface() returned EGL_BAD_NATIVE_WINDOW.");
123 throw new RuntimeException("eglCreateWindowSurface() failed "
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 102 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list);
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 110 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 150 surface = eglCreateWindowSurface(dpy, config, window, NULL);
151 egl_error("eglCreateWindowSurface");

Completed in 358 milliseconds

1 2 3 4 5