Searched refs:eglCreateWindowSurface (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | libEGL.def | 11 eglCreateWindowSurface @9
|
D | libEGL.cpp | 318 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType w… in eglCreateWindowSurface() function
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GaneshContext.cpp | 140 tileQueue->m_eglSurface = eglCreateWindowSurface(display, m_surfaceConfig, anw, NULL); in getDeviceForTile()
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
|
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | EGLDisplayOpenVG.cpp | 295 EGLSurface surface = eglCreateWindowSurface(m_display, config, wId, 0); in surfaceForWindow()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 738 return egl.eglCreateWindowSurface(display, config, nativeWindow, null); in createWindowSurface()
|