Searched refs:eglDestroyContext (Results 1 - 25 of 37) sorted by relevance

12

/external/deqp/framework/egl/wrapper/
H A DeglwStaticLibrary14.inl15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
H A DeglwStaticLibrary15.inl20 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
H A DeglwApi.inl29 #define eglDestroyContext eglwDestroyContext
/external/mesa3d/src/egl/
H A Degl-symbols-check19 eglDestroyContext
/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc123 eglDestroyContext(display_, context);
/external/skia/tools/viewer/sk_app/android/
H A DGLWindowContext_android.cpp142 SkAssertResult(eglDestroyContext(fDisplay, fEGLContext));
/external/deqp/modules/egl/
H A DteglApiCase.cpp124 eglDestroyContext(getDisplay(), got);
H A DteglNegativeApiTests.cpp696 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests",
703 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL));
706 expectFalse(eglDestroyContext((EGLDisplay)-1, DE_NULL));
713 expectFalse(eglDestroyContext(display, DE_NULL));
716 expectFalse(eglDestroyContext(display, (EGLContext)-1));
912 eglDestroyContext(display, context);
979 expectTrue(eglDestroyContext(display, context));
1041 expectTrue(eglDestroyContext(display, context));
1378 expectTrue(eglDestroyContext(display, context));
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp51 EGLBoolean (*eglDestroyContext)(EGLDisplay dpy, EGLContext ctx); member in class:LibEGLexports
H A Dmain.cpp479 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
605 this->eglDestroyContext = egl::DestroyContext;
/external/swiftshader/tests/unittests/
H A Dunittests.cpp176 success = eglDestroyContext(display, context);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase10.java226 egl.eglDestroyContext(eglDisplay, eglContext);
H A DEglBase14.java170 EGL14.eglDestroyContext(eglDisplay, eglContext);
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c152 eglDestroyContext(engine->display, engine->context);
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl25 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp77 eglDestroyContext(fDisplay, fContext);
583 eglDestroyContext(fDisplay, fContext);
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp145 eglDestroyContext(m_EGLDisplay, m_EGLContext);
498 eglDestroyContext(m_EGLDisplay, m_EGLContext);
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp326 eglDestroyContext(fDisplay, fContext);
/external/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp205 eglDestroyContext(fDisplay, fContext);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h301 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java99 egl.eglDestroyContext(display, context);
/external/mesa3d/include/EGL/
H A Degl.h127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/external/swiftshader/include/EGL/
H A Degl.h127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c565 eglDestroyContext(egl_display, egl_context);
/external/drm_hwcomposer/
H A Dglworker.cpp548 if (eglDestroyContext(egl_display_, egl_ctx_) == EGL_FALSE)

Completed in 456 milliseconds

12