Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DlibEGL.def12 eglDestroyContext @24
DlibEGL.cpp818 EGLBoolean __stdcall eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
/external/skia/src/gpu/android/
DSkNativeGLContext_android.cpp40 eglDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c152 eglDestroyContext(engine->display, engine->context); in engine_term_display()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp348 eglDestroyContext(m_display, context); in destroySurface()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java718 egl.eglDestroyContext(display, context); in destroyContext()