Searched refs:eglDestroyContext (Results 1 – 18 of 18) sorted by relevance
/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 15 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
|
D | eglwStaticLibrary15.inl | 20 { "eglDestroyContext", (deFunctionPtr)eglDestroyContext },
|
D | eglwInitCore.inl | 20 dst->destroyContext = (eglDestroyContextFunc) loader->get("eglDestroyContext");
|
D | eglwApi.inl | 25 #define eglDestroyContext eglwDestroyContext macro
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 11 eglDestroyContext
|
D | eglapi.c | 445 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function 879 { "eglDestroyContext", (_EGLProc) eglDestroyContext }, in eglGetProcAddress()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 693 expectFalse(eglDestroyContext(EGL_NO_DISPLAY, DE_NULL)); in init() 696 expectFalse(eglDestroyContext((EGLDisplay)-1, DE_NULL)); in init() 703 expectFalse(eglDestroyContext(display, DE_NULL)); in init() 706 expectFalse(eglDestroyContext(display, (EGLContext)-1)); in init() 908 eglDestroyContext(display, context); in init() 975 expectTrue(eglDestroyContext(display, context)); in init() 1037 expectTrue(eglDestroyContext(display, context)); in init() 1374 expectTrue(eglDestroyContext(display, context)); in init()
|
D | teglApiCase.cpp | 124 eglDestroyContext(getDisplay(), got); in expectNoContext()
|
D | teglGetProcAddressTests.inl | 18 "eglDestroyContext",
|
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 122 eglDestroyContext(fDisplay, fContext); in destroyGLContext()
|
/external/skia/src/gpu/gl/egl/ |
D | SkCreatePlatformGLContext_egl.cpp | 162 eglDestroyContext(fDisplay, fContext); in destroyGLContext()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 68 eglDestroyContext(fDisplay, fContext); in ~SkOSWindow() 521 eglDestroyContext(fDisplay, fContext); in detachANGLE()
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 152 eglDestroyContext(engine->display, engine->context); in engine_term_display()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 20 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
|
D | egluCallLogWrapper.inl | 152 eglw::EGLBoolean CallLogWrapper::eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx) function in CallLogWrapper 155 …m_log << TestLog::Message << "eglDestroyContext(" << dpy << ", " << ctx << ");" << TestLog::EndMes…
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 554 if (eglDestroyContext(egl_display_, egl_ctx_) == EGL_FALSE) in ~GLWorkerCompositor()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 718 egl.eglDestroyContext(display, context); in destroyContext()
|