Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwStaticLibrary15.inl20 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
DeglwInitCore.inl20 dst->destroyContext = (eglDestroyContextFunc) loader->get("eglDestroyContext");
DeglwApi.inl25 #define eglDestroyContext eglwDestroyContext macro
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
DSkOSWindow_AndroidNative.cpp123 eglDestroyContext(display, context); in attach()
156 eglDestroyContext(fWindow.fDisplay, fWindow.fContext); in detach()
/external/mesa3d/src/egl/main/
Degl.def11 eglDestroyContext
Deglapi.c445 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
879 { "eglDestroyContext", (_EGLProc) eglDestroyContext }, in eglGetProcAddress()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp697 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL)); in init()
700 expectFalse(eglDestroyContext((EGLDisplay)-1, DE_NULL)); in init()
707 expectFalse(eglDestroyContext(display, DE_NULL)); in init()
710 expectFalse(eglDestroyContext(display, (EGLContext)-1)); in init()
906 eglDestroyContext(display, context); in init()
973 expectTrue(eglDestroyContext(display, context)); in init()
1035 expectTrue(eglDestroyContext(display, context)); in init()
1372 expectTrue(eglDestroyContext(display, context)); in init()
DteglApiCase.cpp124 eglDestroyContext(getDisplay(), got); in expectNoContext()
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc68 #define eglDestroyContext FP_eglDestroyContext macro
240 eglDestroyContext(egl_display, egl_context); in ExitGraphics()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc120 eglDestroyContext(display_, context); in DeleteContext()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp200 eglDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java170 EGL14.eglDestroyContext(eglDisplay, eglContext); in release()
DEglBase10.java226 egl.eglDestroyContext(eglDisplay, eglContext); in release()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c152 eglDestroyContext(engine->display, engine->context); in engine_term_display()
/external/skia/src/views/win/
DSkOSWindow_win.cpp83 eglDestroyContext(fDisplay, fContext); in ~SkOSWindow()
532 eglDestroyContext(fDisplay, fContext); in detachANGLE()
/external/mesa3d/include/EGL/
Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp197 eglDestroyContext(fDisplay, fContext); in destroyGLContext()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGLSurfaceView20.java161 egl.eglDestroyContext(display, context); in destroyContext()
DGLSurfaceView20API18.java147 egl.eglDestroyContext(display, context); in destroyContext()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java99 egl.eglDestroyContext(display, context); in destroyContext()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl25 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
DegluCallLogWrapper.inl202 eglw::EGLBoolean CallLogWrapper::eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx) function in CallLogWrapper
205 …m_log << TestLog::Message << "eglDestroyContext(" << dpy << ", " << ctx << ");" << TestLog::EndMes…
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c565 eglDestroyContext(egl_display, egl_context); in CleanupEgl()
/external/drm_hwcomposer/
Dglworker.cpp548 if (eglDestroyContext(egl_display_, egl_ctx_) == EGL_FALSE) in ~GLWorkerCompositor()

12