Searched refs:eglCreateContext (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | libEGL.def | 7 eglCreateContext @23
|
D | libEGL.cpp | 770 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, c… in eglCreateContext() function
|
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 81 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs); in createGLContext()
|
/external/skia/src/gpu/gl/android/ |
D | SkNativeGLContext_android.cpp | 79 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs); in createGLContext()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GaneshContext.cpp | 120 m_surfaceContext = eglCreateContext(display, m_surfaceConfig, NULL, contextAttribs); in getDeviceForTile()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | EGLDisplayOpenVG.cpp | 226 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/ |
D | main.c | 102 context = eglCreateContext(display, config, NULL, NULL); in engine_init_display()
|
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/ |
D | egl.h | 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 712 return egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext()
|