Home
last modified time | relevance | path

Searched refs:eglCreateContext (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DlibEGL.def7 eglCreateContext @23
DlibEGL.cpp770 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, c… in eglCreateContext() function
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp81 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs); in createGLContext()
/external/skia/src/gpu/gl/android/
DSkNativeGLContext_android.cpp79 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs); in createGLContext()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGaneshContext.cpp120 m_surfaceContext = eglCreateContext(display, m_surfaceConfig, NULL, contextAttribs); in getDeviceForTile()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp226 EGLContext context = eglCreateContext(m_display, config, EGL_NO_CONTEXT, 0); in sharedPlatformSurface()
447 …EGLContext context = eglCreateContext(m_display, config, m_sharedPlatformSurface->eglContext(), 0); in contextForSurface()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c102 context = eglCreateContext(display, config, NULL, NULL); in engine_init_display()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java712 return egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext()