Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DlibEGL.def11 eglCreateWindowSurface @9
DlibEGL.cpp318 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType w… in eglCreateWindowSurface() function
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGaneshContext.cpp140 tileQueue->m_eglSurface = eglCreateWindowSurface(display, m_surfaceConfig, anw, NULL); in getDeviceForTile()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp295 EGLSurface surface = eglCreateWindowSurface(m_display, config, wId, 0); in surfaceForWindow()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java738 return egl.eglCreateWindowSurface(display, config, nativeWindow, null); in createWindowSurface()