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

1 2 3 4

  /development/tools/emulator/opengl/system/egl/
egl_ftable.h 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
  /development/tools/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;}
egl.cpp 104 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
106 return getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list);
  /development/tools/emulator/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;}
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 30 eglCreateWindowSurface_t eglCreateWindowSurface;
EGLDispatch.cpp 50 s_egl.eglCreateWindowSurface = (eglCreateWindowSurface_t) lib->findSymbol("eglCreateWindowSurface");
  /development/tools/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,
app-win32.c 128 sEglSurface = eglCreateWindowSurface(sEglDisplay, sEglConfig,
  /system/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")) {
  /frameworks/base/opengl/tests/gl_perf/
gl2_perf.cpp 98 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
99 checkEglError("eglCreateWindowSurface");
  /frameworks/base/opengl/tests/linetex/
linetex.cpp 61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/base/opengl/tests/swapinterval/
swapinterval.cpp 70 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 157 m_eglSurface = eglCreateWindowSurface(m_eglDisplay, m_eglConfig, ANW, NULL);
158 checkGlError("eglCreateWindowSurface");
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 102 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list);
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 150 surface = eglCreateWindowSurface(dpy, config, window, NULL);
151 egl_error("eglCreateWindowSurface");
  /frameworks/base/opengl/tests/fillrate/
fillrate.cpp 60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/base/opengl/tests/textures/
textures.cpp 57 surface = eglCreateWindowSurface(dpy, config, window, NULL);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 125 public EGLSurface eglCreateWindowSurface(EGLDisplay display,
127 begin("eglCreateWindowSurface");
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config,
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
  /external/webkit/Source/WebCore/platform/graphics/android/
GaneshContext.cpp 170 tileQueue->m_eglSurface = eglCreateWindowSurface(display, m_surfaceConfig, anw, NULL);
172 GLUtils::checkEglError("eglCreateWindowSurface");
173 XLOG("eglCreateWindowSurface");

Completed in 1847 milliseconds

1 2 3 4